Skip to content

Commit

Permalink
Item13883: Build docs for Release 2.1
Browse files Browse the repository at this point in the history
This really ought to be configurable, or detected
  • Loading branch information
gac410 committed Jan 10, 2016
1 parent ae89696 commit 4e8e557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/tools/build.pl
Expand Up @@ -443,14 +443,14 @@ sub stage_gendocs {
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.ReleaseNotes02x00 -skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseNotes02x00.html`;
`cd $this->{basedir}/bin ; ./view -topic System.ReleaseNotes02x01 -skin plain | $this->{basedir}/tools/fix_local_links.pl > $this->{tmpDir}/ReleaseNotes02x01.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}/ReleaseNotes02x00.html",
"$this->{tmpDir}/ReleaseNotes02x00.html"
"$this->{tmpDir}/ReleaseNotes02x01.html",
"$this->{tmpDir}/ReleaseNotes02x01.html"
);
print "Automatic documentation built\n";
}
Expand Down

0 comments on commit 4e8e557

Please sign in to comment.