Pass the -r option to getpagecounts to generate an entry for the "What's

New" document.
This commit is contained in:
Fred Drake 2002-04-17 03:31:08 +00:00
parent bab5aa0039
commit 3d0b697d70
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ fastwebcheck: $(ALLHTMLFILES)
# Release packaging targets:
paper-$(PAPER)/README: $(PSFILES) $(TOOLSDIR)/getpagecounts
cd paper-$(PAPER) && ../$(TOOLSDIR)/getpagecounts >../$@
cd paper-$(PAPER) && ../$(TOOLSDIR)/getpagecounts -r $(RELEASE) >../$@
info-$(RELEASE).tgz: info
cd $(INFODIR) && tar cf - README python.dir python-*.info* \