]> granicus.if.org Git - python/commitdiff
Make sure the README files that contain page count information land in
authorFred Drake <fdrake@acm.org>
Tue, 6 Mar 2001 07:22:16 +0000 (07:22 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 6 Mar 2001 07:22:16 +0000 (07:22 +0000)
the right directory (which actually exists).

Doc/Makefile

index 914b3059f883b458d74935dfa190769a26001d7b..1becb9199c0a0ac08c00692d76aa223625bd6aa0 100644 (file)
@@ -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*) \