Disable hyphenate.verbatim for this article to prevent PDF build

failures.
This commit is contained in:
Warren Block 2015-06-23 15:10:41 +00:00
parent 39337dcc44
commit de61546c94
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46859

View file

@ -19,3 +19,7 @@ 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