diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-27 18:50:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-27 18:50:21 (GMT) |
commit | ffd511248e8830d20f0015ba9fc2bcf38c60311e (patch) | |
tree | 27739d85127b484480ed551f48f72f68181a64fb /Doc | |
parent | 8d7919d754f7776970b2ccc7768507c2684cc525 (diff) | |
download | cpython-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/Makefile | 2 |
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) |