From owner-svn-doc-all@FreeBSD.ORG Tue Jun 23 15:10:42 2015 Return-Path: Delivered-To: svn-doc-all@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11B79FC2; Tue, 23 Jun 2015 15:10:42 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0FBAA52; Tue, 23 Jun 2015 15:10:41 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5NFAfhr083515; Tue, 23 Jun 2015 15:10:41 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5NFAfP1083514; Tue, 23 Jun 2015 15:10:41 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201506231510.t5NFAfP1083514@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Tue, 23 Jun 2015 15:10:41 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 15:10:42 -0000 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 to prevent PDF build errors +XSLTPROCOPTS+= --param hyphenate.verbatim 0