summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-18 07:29:08 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-18 08:01:10 +0200
commitf7ab8fd403921a5ee0690834dd59bd00edd011d0 (patch)
treefc860ea6506ae4617a0227664ed400f978119009
parentaa603ce5633501f8c79e5a0690ad8d251e589091 (diff)
downloaddmc-f7ab8fd403921a5ee0690834dd59bd00edd011d0.tar.gz
dmc-f7ab8fd403921a5ee0690834dd59bd00edd011d0.tar.bz2
dmc-f7ab8fd403921a5ee0690834dd59bd00edd011d0.zip
doc: Add a simple commandline for document.pdf to the Makefile
-rw-r--r--doc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 611de69..92bf7e8 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,2 +1,5 @@
presentation.html: presentation.asciidoc
asciidoc -b slidy presentation.asciidoc
+
+document.pdf: document.asciidoc
+ a2x -f pdf document.asciidoc