Kaydet (Commit) ffd51124 authored tarafından Fred Drake's avatar Fred Drake

Add the info "dir" fragment to the info tarball.

üst 8d7919d7
...@@ -190,7 +190,7 @@ webcheck: ...@@ -190,7 +190,7 @@ webcheck:
# Release packaging targets: # Release packaging targets:
info-$(RELEASE).tgz: info 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: latex-$(RELEASE).tgz:
$(TOOLSDIR)/mktarball.sh $(RELEASE) $(TOOLSDIR)/mktarball.sh $(RELEASE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment