Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd3c14 commit b906d2eCopy full SHA for b906d2e
1 file changed
Doc/Makefile
@@ -310,7 +310,11 @@ zipps: postscript-$(PAPER)-$(RELEASE).zip
310
zippdf: pdf-$(PAPER)-$(RELEASE).zip
311
ziplatex: latex-$(RELEASE).zip
312
313
-zips: zippdf zipps ziphtml ziplonghtml
+# 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
318
319
bziphtml: html-$(RELEASE).tar.bz2
320
bzipinfo: info-$(RELEASE).tar.bz2
0 commit comments