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.
This commit is contained in:
Warren Block 2015-06-30 14:47:21 +00:00
parent 3e7206d5b5
commit bec94907eb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46901
2 changed files with 1 additions and 5 deletions

View file

@ -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

View file

@ -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