svn commit: r46859 - head/en_US.ISO8859-1/articles/pgpkeys

Warren Block wblock at FreeBSD.org
Tue Jun 23 15:10:42 UTC 2015


Author: wblock
Date: Tue Jun 23 15:10:41 2015
New Revision: 46859
URL: https://svnweb.freebsd.org/changeset/doc/46859

Log:
  Disable hyphenate.verbatim for this article to prevent PDF build
  failures.

Modified:
  head/en_US.ISO8859-1/articles/pgpkeys/Makefile

Modified: head/en_US.ISO8859-1/articles/pgpkeys/Makefile
==============================================================================
--- head/en_US.ISO8859-1/articles/pgpkeys/Makefile	Tue Jun 23 11:40:42 2015	(r46858)
+++ head/en_US.ISO8859-1/articles/pgpkeys/Makefile	Tue Jun 23 15:10:41 2015	(r46859)
@@ -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


More information about the svn-doc-all mailing list