* Leave out the collaborators / revision history page.

This commit is contained in:
Eelco Dolstra 2009-07-10 13:42:12 +00:00
parent 5e2e2f10ef
commit 1f169f43b3
1 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@ XSLTPROC = $(xsltproc) $(xmlflags) \
--param admon.style \'\' \ --param admon.style \'\' \
--param callout.graphics.extension \'.gif\' --param callout.graphics.extension \'.gif\'
dblatex_opts = \
-P doc.collab.show=0 \
-P latex.output.revhistory=0
# Note: we use GIF for now, since the PNGs shipped with Docbook aren't # Note: we use GIF for now, since the PNGs shipped with Docbook aren't
# transparent. # transparent.
@ -50,7 +54,7 @@ manual.html: $(MANUAL_SRCS) manual.is-valid images
manual.pdf: $(MANUAL_SRCS) manual.is-valid images manual.pdf: $(MANUAL_SRCS) manual.is-valid images
if test "$(dblatex)" != ""; then \ if test "$(dblatex)" != ""; then \
$(dblatex) manual.xml; \ $(dblatex) $(dblatex_opts) manual.xml; \
else \ else \
echo "Please install dblatex and rerun configure."; \ echo "Please install dblatex and rerun configure."; \
exit 1; \ exit 1; \