From 2636572d76cd1b62b10d67c28fe0b23d99c154d2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 6 Mar 2001 07:22:16 +0000 Subject: [PATCH] Make sure the README files that contain page count information land in the right directory (which actually exists). --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 914b3059f88..1becb9199c0 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*) \