diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-06 07:22:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-06 07:22:16 (GMT) |
commit | 2636572d76cd1b62b10d67c28fe0b23d99c154d2 (patch) | |
tree | 2fa64d13fe38a006827e53b94cd4542a6ac541a8 /Doc | |
parent | 67fdaa48834e8f03e8e81b3762e3e2a1f576bf1e (diff) | |
download | cpython-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/Makefile | 2 |
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*) \ |