Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b906d2e

Browse files
committed
Do not build the "longhtml" version for pre-release versions.
1 parent 1cd3c14 commit b906d2e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,11 @@ zipps: postscript-$(PAPER)-$(RELEASE).zip
310310
zippdf: pdf-$(PAPER)-$(RELEASE).zip
311311
ziplatex: latex-$(RELEASE).zip
312312

313-
zips: zippdf zipps ziphtml ziplonghtml
313+
# Only build the longhtml version for final releases; use the second
314+
# version of this for pre-release versions.
315+
#
316+
#zips: zippdf zipps ziphtml ziplonghtml
317+
zips: zippdf zipps ziphtml
314318

315319
bziphtml: html-$(RELEASE).tar.bz2
316320
bzipinfo: info-$(RELEASE).tar.bz2

0 commit comments

Comments
 (0)