Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 15:08:00 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r39537 - head/en_US.ISO8859-1/books/handbook
Message-ID:  <201209141508.q8EF808r047477@svn.freebsd.org>

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



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