diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-17 20:12:00 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-17 20:12:00 +0000 |
| commit | aeba4d0713537d9925fc6f58a7de27170a548df2 (patch) | |
| tree | fa78717f7bf27c006c14aab7a157a4266c6baf3a | |
| parent | f207ef13934863412ad676642ceee6690d21870c (diff) | |
Fix pgpkeyring output.
Notes
svn path=/head/; revision=41651
| -rw-r--r-- | en_US.ISO8859-1/books/handbook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/handbook/Makefile b/en_US.ISO8859-1/books/handbook/Makefile index 2527173f65..84c5fbafac 100644 --- a/en_US.ISO8859-1/books/handbook/Makefile +++ b/en_US.ISO8859-1/books/handbook/Makefile @@ -299,7 +299,7 @@ XMLFLAGS+= ${CHAPTERS:S/\/chapter.xml//:S/^/-i chap./} XMLFLAGS+= -i chap.freebsd-glossary pgpkeyring: pgpkeys/chapter.xml ${DOC}.parsed.xml - ${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t xml ${XMLDECL} ${DOC}.parsed.print.xml + @${JADE} -V nochunks ${JADEOPTS} -d ${DSLPGP} -t xml ${XMLDECL} ${DOC}.parsed.print.xml # # Handbook-specific variables |
