summaryrefslogtreecommitdiff
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-04-17 03:31:08 +0000
committerFred Drake <fdrake@acm.org>2002-04-17 03:31:08 +0000
commit3d0b697d70789be6fed03ef3311a1006962d260a (patch)
tree90dfcd459af7b1b5909df281f8de9e1cc7c8d95a /Doc/Makefile
parentbab5aa003956b7a06aa89478649c326fd8b6ecf8 (diff)
downloadcpython-git-3d0b697d70789be6fed03ef3311a1006962d260a.tar.gz
Pass the -r option to getpagecounts to generate an entry for the "What's
New" document.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index cc537b08b2..bbeb2a548b 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* \