diff --git a/core/tools/build.pl b/core/tools/build.pl index de59b93e2e..a818963ce8 100755 --- a/core/tools/build.pl +++ b/core/tools/build.pl @@ -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"; }