summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index dcbb6f8ea..3f3c06e5b 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,4 +1,5 @@
SOURCES = *.xml
manual.pdf: $(SOURCES)
- docbook2pdf --dcl /usr/share/sgml/declaration/xml.dcl manual.xml \ No newline at end of file
+ xsltproc --stringparam body.font.family Helvetica --stringparam fop.extensions 1 /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl manual.xml > manual.fo
+ fop -fo manual.fo -pdf manual.pdf