mirror of https://github.com/python/cpython
Add convenience targets that build all archive types for single formatting
versions.
This commit is contained in:
parent
8d00a0ffc3
commit
fc4ee0a296
|
@ -387,6 +387,12 @@ bziplatex: latex-$(RELEASE).tar.bz2
|
|||
|
||||
bzips: bzippdf bzipps bziphtml
|
||||
|
||||
disthtml: tarhtml bziphtml ziphtml
|
||||
distinfo: tarinfo bzipinfo
|
||||
distps: tarps bzipps zipps
|
||||
distpdf: tarpdf bzippdf zippdf
|
||||
distlatex: tarlatex bziplatex ziplatex
|
||||
|
||||
distfiles: tarballs zips bzips
|
||||
$(TOOLSDIR)/mksourcepkg --all $(RELEASE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue