svn commit: r46859 - head/en_US.ISO8859-1/articles/pgpkeys
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"