diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-05-17 19:38:58 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-05-17 19:38:58 +0000 |
| commit | 96f598a83daba367817e1ebfe1836d174acdd4da (patch) | |
| tree | 6f4b9f6cbe8f9e54192e1dd973b0ecc2010566c4 | |
| parent | 48c0df24d2553e6a732ec3e02b26e3eaf3df47d4 (diff) | |
- Quick fix for the PGP keyring generation; it will be rewritten in XSLT
Notes
svn path=/head/; revision=41648
| -rw-r--r-- | en_US.ISO8859-1/books/handbook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/en_US.ISO8859-1/books/handbook/Makefile b/en_US.ISO8859-1/books/handbook/Makefile index 65e6220067..2527173f65 100644 --- a/en_US.ISO8859-1/books/handbook/Makefile +++ b/en_US.ISO8859-1/books/handbook/Makefile @@ -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 |
