summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-01-27 18:50:21 (GMT)
committerFred Drake <fdrake@acm.org>1999-01-27 18:50:21 (GMT)
commitffd511248e8830d20f0015ba9fc2bcf38c60311e (patch)
tree27739d85127b484480ed551f48f72f68181a64fb /Doc
parent8d7919d754f7776970b2ccc7768507c2684cc525 (diff)
downloadcpython-ffd511248e8830d20f0015ba9fc2bcf38c60311e.zip
cpython-ffd511248e8830d20f0015ba9fc2bcf38c60311e.tar.gz
cpython-ffd511248e8830d20f0015ba9fc2bcf38c60311e.tar.bz2
Add the info "dir" fragment to the info tarball.
Diffstat (limited to 'Doc')
-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)