- 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
This commit is contained in:
parent
165056d894
commit
1365e9ed1f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39537
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ SGMLFLAGS+= ${CHAPTERS:S/\/chapter.sgml//:S/^/-i chap./}
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue