svn commit: r39537 - head/en_US.ISO8859-1/books/handbook

Gabor Kovesdan gabor at FreeBSD.org
Fri Sep 14 15:08:00 UTC 2012


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


More information about the svn-doc-all mailing list