Skip to content

Commit

Permalink
Item518: build script called the view script not according to the doc…
Browse files Browse the repository at this point in the history
…umentation

This worked before but after FSA it seems you must provide -topic and -skin


git-svn-id: http://svn.foswiki.org/trunk@1478 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Dec 20, 2008
1 parent bde33a2 commit 6d7d437
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/tools/build.pl
Expand Up @@ -262,10 +262,10 @@ sub stage_gendocs {
#SMELL: these should probably abort the build if they return errors / oopies
#replaced by the simpler INSTALL.html
# print `cd $this->{basedir}/bin ; ./view System.CompleteDocumentation skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/CompleteDocumentation.html`;
print `cd $this->{basedir}/bin ; ./view System.ReleaseHistory skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseHistory.html`;
print `cd $this->{basedir}/bin ; ./view System.ReleaseNotes01x00 skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseNotes01x00.html`;
print `cd $this->{basedir}/bin ; ./view System.UpgradeGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/UpgradeGuide.html`;
print `cd $this->{basedir}/bin ; ./view System.InstallationGuide skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/INSTALL.html`;
print `cd $this->{basedir}/bin ; ./view -topic System.ReleaseHistory -skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseHistory.html`;
print `cd $this->{basedir}/bin ; ./view -topic System.ReleaseNotes01x00 -skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseNotes01x00.html`;
print `cd $this->{basedir}/bin ; ./view -topic System.UpgradeGuide -skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/UpgradeGuide.html`;
print `cd $this->{basedir}/bin ; ./view -topic System.InstallationGuide -skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/INSTALL.html`;
$this->filter_txt("$this->{tmpDir}/ReleaseNotes01x00.html", "$this->{tmpDir}/ReleaseNotes01x00.html");
print "Automatic documentation built\n";
}
Expand Down

0 comments on commit 6d7d437

Please sign in to comment.