]> granicus.if.org Git - python/commitdiff
Do not build the "longhtml" version for pre-release versions.
authorFred Drake <fdrake@acm.org>
Sat, 1 Jul 2000 02:37:37 +0000 (02:37 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 1 Jul 2000 02:37:37 +0000 (02:37 +0000)
Doc/Makefile

index db88c2c68b06ef9bec32bfaf81eb6d8cf6a0f5ec..c2ceb7c0f0d608e34403cf2eb3c5d8dac00fd8b5 100644 (file)
@@ -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