summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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*) \