Changeset 763 for trunk/core/tools/TWikiKernel/build.pl
- Timestamp:
- 11/17/08 18:17:28 (4 years ago)
- File:
-
- 1 edited
-
trunk/core/tools/TWikiKernel/build.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/tools/TWikiKernel/build.pl
r555 r763 124 124 } 125 125 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`; 129 129 130 130 print "Automatic documentation built\n";
Note: See TracChangeset
for help on using the changeset viewer.
