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 88991ee..e0547db 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -190,7 +190,7 @@ webcheck:
# Release packaging targets:
info-$(RELEASE).tgz: info
- (cd $(INFODIR); tar cf - python-???.info*) | gzip -9 >$@
+ (cd $(INFODIR); tar cf - python.dir python-???.info*) | gzip -9 >$@
latex-$(RELEASE).tgz:
$(TOOLSDIR)/mktarball.sh $(RELEASE)