mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add the info "dir" fragment to the info tarball.
This commit is contained in:
parent
8d7919d754
commit
ffd511248e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue