From: Fred Drake Date: Tue, 6 Mar 2001 07:22:16 +0000 (+0000) Subject: Make sure the README files that contain page count information land in X-Git-Tag: v2.1b2~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2636572d76cd1b62b10d67c28fe0b23d99c154d2;p=python 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 914b3059f8..1becb9199c 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*) \