* A rule to make a PDF version of the manual.

This commit is contained in:
Eelco Dolstra 2007-11-01 14:42:44 +00:00
parent 1511aa11ce
commit 5f8a203b55
2 changed files with 9 additions and 0 deletions

View file

@ -47,6 +47,14 @@ manual.html: $(MANUAL_SRCS) manual.is-valid images
$(XSLTPROC) --nonet --xinclude --output manual.html \
$(docbookxsl)/html/docbook.xsl manual.xml
manual.pdf: $(MANUAL_SRCS) manual.is-valid images
if test "$(dblatex)" != ""; then \
$(dblatex) manual.xml; \
else \
echo "Please install dblatex and rerun configure."; \
exit 1; \
fi
NEWS_OPTS = \
--stringparam generate.toc "article nop" \