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 cc537b0..bbeb2a5 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -516,7 +516,7 @@
 # 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* \