mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Do not build the "longhtml" version for pre-release versions.
This commit is contained in:
parent
1cd3c14034
commit
b906d2ee66
1 changed files with 5 additions and 1 deletions
|
@ -310,7 +310,11 @@ zipps: postscript-$(PAPER)-$(RELEASE).zip
|
||||||
zippdf: pdf-$(PAPER)-$(RELEASE).zip
|
zippdf: pdf-$(PAPER)-$(RELEASE).zip
|
||||||
ziplatex: latex-$(RELEASE).zip
|
ziplatex: latex-$(RELEASE).zip
|
||||||
|
|
||||||
zips: zippdf zipps ziphtml ziplonghtml
|
# Only build the longhtml version for final releases; use the second
|
||||||
|
# version of this for pre-release versions.
|
||||||
|
#
|
||||||
|
#zips: zippdf zipps ziphtml ziplonghtml
|
||||||
|
zips: zippdf zipps ziphtml
|
||||||
|
|
||||||
bziphtml: html-$(RELEASE).tar.bz2
|
bziphtml: html-$(RELEASE).tar.bz2
|
||||||
bzipinfo: info-$(RELEASE).tar.bz2
|
bzipinfo: info-$(RELEASE).tar.bz2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue