From f7ab8fd403921a5ee0690834dd59bd00edd011d0 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 18 May 2012 07:29:08 +0200 Subject: doc: Add a simple commandline for document.pdf to the Makefile --- doc/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit