From 872db60a7353afb6f8005ac0ae51bac041c0d1b5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Apr 2002 03:31:31 +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 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* \ -- 2.47.3