]> granicus.if.org Git - python/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:08 +0000 (03:31 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Apr 2002 03:31:08 +0000 (03:31 +0000)
New" document.

Doc/Makefile

index cc537b08b257d8ea6a39e5224c10631b774a16e8..bbeb2a548becf238f9afbdc36d7ce611be12220f 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* \