From 3d0b697d70789be6fed03ef3311a1006962d260a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Apr 2002 03:31:08 +0000 Subject: [PATCH] Pass the -r option to getpagecounts to generate an entry for the "What's New" document. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index cc537b08b25..bbeb2a548be 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* \