mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Added the info tarball to the tarballs target. Added the README to
the info tarball.
This commit is contained in:
parent
b2c59ab367
commit
28e66d1c5e
@ -190,7 +190,8 @@ webcheck:
|
||||
# Release packaging targets:
|
||||
|
||||
info-$(RELEASE).tgz: info
|
||||
(cd $(INFODIR); tar cf - python.dir python-???.info*) | gzip -9 >$@
|
||||
(cd $(INFODIR); tar cf - README python.dir python-???.info*) \
|
||||
| gzip -9 >$@
|
||||
|
||||
latex-$(RELEASE).tgz:
|
||||
$(TOOLSDIR)/mktarball.sh $(RELEASE)
|
||||
@ -214,7 +215,7 @@ tarps: postscript-$(PAPER)-$(RELEASE).tgz
|
||||
tarpdf: pdf-$(PAPER)-$(RELEASE).tgz
|
||||
tarlatex: latex-$(RELEASE).tgz
|
||||
|
||||
tarballs: tarpdf tarps tarhtml tarlatex
|
||||
tarballs: tarpdf tarps tarhtml tarinfo tarlatex
|
||||
|
||||
|
||||
# Housekeeping targets
|
||||
|
Loading…
Reference in New Issue
Block a user