]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Pass the -r option to getpagecounts to generate an entry for the "What's
authorFred Drake <fdrake@acm.org>
Wed, 17 Apr 2002 03:31:31 +0000 (03:31 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Apr 2002 03:31:31 +0000 (03:31 +0000)
New" document.

Doc/Makefile

index cf6d14690675ef8fd191679b747bf1e1d07de683..b2535c9519e79f5a55478ff556646fbce4321b30 100644 (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* \