From owner-svn-doc-all@FreeBSD.ORG Fri Sep 14 15:08:00 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6FD61065675; Fri, 14 Sep 2012 15:08:00 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B186F8FC19; Fri, 14 Sep 2012 15:08:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EF80c4047482; Fri, 14 Sep 2012 15:08:00 GMT (envelope-from gabor@svn.freebsd.org) Received: (from gabor@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EF808r047477; Fri, 14 Sep 2012 15:08:00 GMT (envelope-from gabor@svn.freebsd.org) Message-Id: <201209141508.q8EF808r047477@svn.freebsd.org> From: Gabor Kovesdan Date: Fri, 14 Sep 2012 15:08:00 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39537 - head/en_US.ISO8859-1/books/handbook X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 14 Sep 2012 15:08:00 -0000 Author: gabor Date: Fri Sep 14 15:07:59 2012 New Revision: 39537 URL: http://svn.freebsd.org/changeset/doc/39537 Log: - Add a missing XML declaration so that Jade can process the PGP keys properly - While here, do not silent Jade since its output helps seeing what happens and would have been a big help when debugging this build error Reviewed by: gjb 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 Sep 14 14:55:48 2012 (r39536) +++ head/en_US.ISO8859-1/books/handbook/Makefile Fri Sep 14 15:07:59 2012 (r39537) @@ -300,7 +300,7 @@ SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml/ SGMLFLAGS+= -i chap.freebsd-glossary pgpkeyring: pgpkeys/chapter.sgml - @${JADE} -V nochunks ${OTHERFLAGS} ${JADEOPTS} -d ${DSLPGP} -t sgml ${MASTERDOC} + ${JADE} -V nochunks ${OTHERFLAGS} ${JADEOPTS} -d ${DSLPGP} -t sgml ${XMLDECL} ${MASTERDOC} # # Handbook-specific variables