diff options
Diffstat (limited to 'doc/manual/Makefile.am')
-rw-r--r-- | doc/manual/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index ac030ee56ad8..1011ee7aa1b2 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -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" \ |