summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index e69de29bb..dcbb6f8ea 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -0,0 +1,4 @@
+SOURCES = *.xml
+
+manual.pdf: $(SOURCES)
+ docbook2pdf --dcl /usr/share/sgml/declaration/xml.dcl manual.xml \ No newline at end of file