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/build.pl

    r719 r763  
    251251    #SMELL: these should probably abort the build if they return errors / oopies 
    252252#replaced by the simpler INSTALL.html 
    253 #    print `cd $this->{basedir}/bin ; ./view TWiki.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`; 
    254     print `cd $this->{basedir}/bin ; ./view TWiki.ReleaseHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseHistory.html`; 
    255     print `cd $this->{basedir}/bin ; ./view TWiki.ReleaseNotes01x00 skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseNotes01x00.html`; 
    256     print `cd $this->{basedir}/bin ; ./view TWiki.UpgradeGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/UpgradeGuide.html`; 
    257     print `cd $this->{basedir}/bin ; ./view TWiki.InstallationGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/INSTALL.html`; 
     253#    print `cd $this->{basedir}/bin ; ./view System.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`; 
     254    print `cd $this->{basedir}/bin ; ./view System.ReleaseHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseHistory.html`; 
     255    print `cd $this->{basedir}/bin ; ./view System.ReleaseNotes01x00 skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseNotes01x00.html`; 
     256    print `cd $this->{basedir}/bin ; ./view System.UpgradeGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/UpgradeGuide.html`; 
     257    print `cd $this->{basedir}/bin ; ./view System.InstallationGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/INSTALL.html`; 
    258258    $this->filter_txt("$this->{tmpDir}/ReleaseNotes01x00.html", "$this->{tmpDir}/ReleaseNotes01x00.html"); 
    259259    print "Automatic documentation built\n"; 
Note: See TracChangeset for help on using the changeset viewer.