fixed call to asciidoc
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Mon, 22 Dec 2014 23:35:48 +0100
changeset 2 7828a47275f7
parent 1 02abda34878c
child 3 fd046aa525d2
fixed call to asciidoc
Makefile
--- a/Makefile	Mon Dec 22 23:29:43 2014 +0100
+++ b/Makefile	Mon Dec 22 23:35:48 2014 +0100
@@ -1,7 +1,7 @@
 all:	out/short.html out/short.pdf
 
 html out/short.html: short.txt
-		asciidoc -o out/short.html -f xhtml $<
+		asciidoc -o out/short.html $<
 
 pdf out/short.pdf: short.txt
 		 a2x -D out/ $<