summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index cc537b0..bbeb2a5 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* \