From: Fred Drake Date: Wed, 17 Apr 2002 03:31:08 +0000 (+0000) Subject: Pass the -r option to getpagecounts to generate an entry for the "What's X-Git-Tag: v2.3c1~5909 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d0b697d70789be6fed03ef3311a1006962d260a;p=python Pass the -r option to getpagecounts to generate an entry for the "What's New" document. --- diff --git a/Doc/Makefile b/Doc/Makefile index cc537b08b2..bbeb2a548b 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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* \