commit | ffd511248e8830d20f0015ba9fc2bcf38c60311e | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Jan 27 18:50:21 1999 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Jan 27 18:50:21 1999 +0000 |
tree | 27739d85127b484480ed551f48f72f68181a64fb | |
parent | 8d7919d754f7776970b2ccc7768507c2684cc525 [diff] |
Add the info "dir" fragment to the info tarball.
diff --git a/Doc/Makefile b/Doc/Makefile index 88991ee..e0547db 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -190,7 +190,7 @@ # 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)