diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-05-18 07:29:08 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-05-18 08:01:10 +0200 |
commit | f7ab8fd403921a5ee0690834dd59bd00edd011d0 (patch) | |
tree | fc860ea6506ae4617a0227664ed400f978119009 /doc | |
parent | aa603ce5633501f8c79e5a0690ad8d251e589091 (diff) | |
download | dmc-f7ab8fd403921a5ee0690834dd59bd00edd011d0.tar.gz dmc-f7ab8fd403921a5ee0690834dd59bd00edd011d0.tar.bz2 dmc-f7ab8fd403921a5ee0690834dd59bd00edd011d0.zip |
doc: Add a simple commandline for document.pdf to the Makefile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 3 |
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 |