Make sure the README files that contain page count information land in
the right directory (which actually exists).
diff --git a/Doc/Makefile b/Doc/Makefile
index 914b305..1becb91 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -307,7 +307,7 @@
 # Release packaging targets:
 
 paper-$(PAPER)/README: ps $(TOOLSDIR)/getpagecounts
-	(cd paper-$(PAPER); ../$(TOOLSDIR)/getpagecounts >$@)
+	(cd paper-$(PAPER); ../$(TOOLSDIR)/getpagecounts >../$@)
 
 info-$(RELEASE).tgz: info
 	(cd $(INFODIR); tar cf - README python.dir python-???.info*) \