Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 15:10:41 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46859 - head/en_US.ISO8859-1/articles/pgpkeys
Message-ID:  <201506231510.t5NFAfP1083514@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506231510.t5NFAfP1083514>