Changeset 763 for trunk/core/tools/build.pl
- Timestamp:
- 11/17/08 18:17:28 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/tools/build.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/tools/build.pl
r719 r763 251 251 #SMELL: these should probably abort the build if they return errors / oopies 252 252 #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`; 258 258 $this->filter_txt("$this->{tmpDir}/ReleaseNotes01x00.html", "$this->{tmpDir}/ReleaseNotes01x00.html"); 259 259 print "Automatic documentation built\n";
Note: See TracChangeset
for help on using the changeset viewer.
