diff options
-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 |