From bec94907eb47258d285d676a364fc78d5f7de8df Mon Sep 17 00:00:00 2001 From: Warren Block Date: Tue, 30 Jun 2015 14:47:21 +0000 Subject: 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. --- en_US.ISO8859-1/articles/pgpkeys/Makefile | 4 ---- share/mk/doc.xml.mk | 2 +- 2 files changed, 1 insertion(+), 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 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 -- cgit v1.2.3