From: Fred Drake Date: Sat, 1 Jul 2000 02:37:37 +0000 (+0000) Subject: Do not build the "longhtml" version for pre-release versions. X-Git-Tag: v2.0b1~1160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b906d2ee6680c03afaf39e4efee2b4865f66437a;p=thirdparty%2FPython%2Fcpython.git Do not build the "longhtml" version for pre-release versions. --- diff --git a/Doc/Makefile b/Doc/Makefile index db88c2c68b06..c2ceb7c0f0d6 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -310,7 +310,11 @@ zipps: postscript-$(PAPER)-$(RELEASE).zip zippdf: pdf-$(PAPER)-$(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 bzipinfo: info-$(RELEASE).tar.bz2