Skip to content

Commit

Permalink
Item9599: release note version bump in build.pl and Debian packaging
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8840 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
DrakeDiedrich authored and DrakeDiedrich committed Sep 1, 2010
1 parent 935ba14 commit a6673dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/tools/build.pl
Expand Up @@ -317,8 +317,8 @@ sub stage_gendocs {
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"
"$this->{tmpDir}/ReleaseNotes01x01.html",
"$this->{tmpDir}/ReleaseNotes01x01.html"
);
print "Automatic documentation built\n";
}
Expand Down
2 changes: 1 addition & 1 deletion core/tools/pkg/debian/docs
Expand Up @@ -2,5 +2,5 @@ index.html
license.txt
readme.txt
INSTALL.html
ReleaseNotes01x00.html
ReleaseNotes01x01.html
ReleaseHistory.html

0 comments on commit a6673dd

Please sign in to comment.