aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2015-06-30 14:47:21 +0000
committerWarren Block <wblock@FreeBSD.org>2015-06-30 14:47:21 +0000
commitbec94907eb47258d285d676a364fc78d5f7de8df (patch)
treefc7995a28c5d629058dcdfd8a82e6022e691a5e0
parent3e7206d5b583c01ddf9c6723fd5d53b3045431c8 (diff)
downloaddoc-bec94907eb47258d285d676a364fc78d5f7de8df.tar.gz
doc-bec94907eb47258d285d676a364fc78d5f7de8df.zip
Increase the global size of maxvars for xsltproc to help it choke down
large indigestible blobs like the PGP keys article. Also remove the special settings in the PGP Keys article Makefile that are no longer necessary.
Notes
Notes: svn path=/head/; revision=46901
-rw-r--r--en_US.ISO8859-1/articles/pgpkeys/Makefile4
-rw-r--r--share/mk/doc.xml.mk2
2 files changed, 1 insertions, 5 deletions
diff --git a/en_US.ISO8859-1/articles/pgpkeys/Makefile b/en_US.ISO8859-1/articles/pgpkeys/Makefile
index 82ca72c57c..9518bcb61a 100644
--- a/en_US.ISO8859-1/articles/pgpkeys/Makefile
+++ b/en_US.ISO8859-1/articles/pgpkeys/Makefile
@@ -19,7 +19,3 @@ URL_RELPREFIX?= ../../../..
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
-
-# disable hyphenation of long lines in verbatim blocks
-# like <programlistings> to prevent PDF build errors
-XSLTPROCOPTS+= --param hyphenate.verbatim 0
diff --git a/share/mk/doc.xml.mk b/share/mk/doc.xml.mk
index ed587e0060..caade9319d 100644
--- a/share/mk/doc.xml.mk
+++ b/share/mk/doc.xml.mk
@@ -279,7 +279,7 @@ XML_NOTICES= ${DOC_PREFIX}/share/xml/notices.xml
XSLTPROC_ENV+= XML_CATALOG_FILES="${XML_CATALOG_FILES}"
XSLTPROCOPTS= ${XSLTPROCFLAGS}
-XSLTPROCOPTS+= --xinclude --nonet
+XSLTPROCOPTS+= --xinclude --nonet --maxvars 20000
.if defined(WWWFREEBSDORG)
XSLTPROCOPTS+= --param "html.header.script.google" "'INCLUDE'"
.endif