From de61546c94010100c703a31c9a37a244902fcf1c Mon Sep 17 00:00:00 2001 From: Warren Block Date: Tue, 23 Jun 2015 15:10:41 +0000 Subject: [PATCH] Disable hyphenate.verbatim for this article to prevent PDF build failures. --- en_US.ISO8859-1/articles/pgpkeys/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/en_US.ISO8859-1/articles/pgpkeys/Makefile b/en_US.ISO8859-1/articles/pgpkeys/Makefile index 9518bcb61a..82ca72c57c 100644 --- a/en_US.ISO8859-1/articles/pgpkeys/Makefile +++ b/en_US.ISO8859-1/articles/pgpkeys/Makefile @@ -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 to prevent PDF build errors +XSLTPROCOPTS+= --param hyphenate.verbatim 0