From owner-svn-doc-head@FreeBSD.ORG Fri May 17 19:38:58 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 84926229; Fri, 17 May 2013 19:38:58 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 77824209; Fri, 17 May 2013 19:38:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4HJcwdR090497; Fri, 17 May 2013 19:38:58 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4HJcwt9090496; Fri, 17 May 2013 19:38:58 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201305171938.r4HJcwt9090496@svn.freebsd.org> From: Gabor Kovesdan Date: Fri, 17 May 2013 19:38:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41648 - head/en_US.ISO8859-1/books/handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 19:38:58 -0000 Author: gabor Date: Fri May 17 19:38:58 2013 New Revision: 41648 URL: http://svnweb.freebsd.org/changeset/doc/41648 Log: - Quick fix for the PGP keyring generation; it will be rewritten in XSLT Modified: head/en_US.ISO8859-1/books/handbook/Makefile Modified: head/en_US.ISO8859-1/books/handbook/Makefile ============================================================================== --- head/en_US.ISO8859-1/books/handbook/Makefile Fri May 17 19:23:19 2013 (r41647) +++ head/en_US.ISO8859-1/books/handbook/Makefile Fri May 17 19:38:58 2013 (r41648) @@ -298,8 +298,8 @@ CHAPTERS?= ${SRCS:M*chapter.xml} XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./} XMLFLAGS+= -i chap.freebsd-glossary -pgpkeyring: pgpkeys/chapter.xml - ${JADE} -V nochunks ${OTHERFLAGS} ${JADEOPTS} -d ${DSLPGP} -t sgml ${XMLDECL} ${MASTERDOC} +pgpkeyring: pgpkeys/chapter.xml ${DOC}.parsed.xml + ${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t xml ${XMLDECL} ${DOC}.parsed.print.xml # # Handbook-specific variables