From: Fred Drake Date: Wed, 17 Apr 2002 03:31:31 +0000 (+0000) Subject: Pass the -r option to getpagecounts to generate an entry for the "What's X-Git-Tag: v2.2.2b1~449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=872db60a7353afb6f8005ac0ae51bac041c0d1b5;p=thirdparty%2FPython%2Fcpython.git 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 cf6d14690675..b2535c9519e7 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* \