Ignore:
Timestamp:
11/17/08 18:17:28 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: Item206: More TWiki. to %SYSTEMWEB% updates
For .po files I believe the expansion of %SYSTEMWEB% happens before the
lookup of MAKETEXT so I chose to just use System. prefix.
We need to address this better at some point. Do not have time to address
it now.
Also updated a few SupplentalDocuments links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/tools/TWikiKernel/build.pl

    r555 r763  
    124124    } 
    125125 
    126     print `cd $this->{basedir}/bin ; ./view TWiki.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`; 
    127     print `cd $this->{basedir}/bin ; ./view TWiki.TWikiHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiHistory.html`; 
    128     print `cd $this->{basedir}/bin ; ./view TWiki.DakarReleaseNotes skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/DakarReleaseNotes.html`; 
     126    print `cd $this->{basedir}/bin ; ./view System.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`; 
     127    print `cd $this->{basedir}/bin ; ./view System.TWikiHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/TWikiHistory.html`; 
     128    print `cd $this->{basedir}/bin ; ./view System.DakarReleaseNotes skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/DakarReleaseNotes.html`; 
    129129 
    130130    print "Automatic documentation built\n"; 
Note: See TracChangeset for help on using the changeset viewer.