Disable hyphenate.verbatim for this article to prevent PDF build
failures.
This commit is contained in:
parent
39337dcc44
commit
de61546c94
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46859
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue