summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-03-06 07:22:16 (GMT)
committerFred Drake <fdrake@acm.org>2001-03-06 07:22:16 (GMT)
commit2636572d76cd1b62b10d67c28fe0b23d99c154d2 (patch)
tree2fa64d13fe38a006827e53b94cd4542a6ac541a8 /Doc
parent67fdaa48834e8f03e8e81b3762e3e2a1f576bf1e (diff)
downloadcpython-2636572d76cd1b62b10d67c28fe0b23d99c154d2.zip
cpython-2636572d76cd1b62b10d67c28fe0b23d99c154d2.tar.gz
cpython-2636572d76cd1b62b10d67c28fe0b23d99c154d2.tar.bz2
Make sure the README files that contain page count information land in
the right directory (which actually exists).
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 914b305..1becb91 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -307,7 +307,7 @@ fastwebcheck: html
# 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*) \