# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1419287748 -3600 # Node ID 7828a47275f752ac9fb5a0aa81f16cda3f8cf39b # Parent 02abda34878c275991746fd12600ed56b0260178 fixed call to asciidoc diff -r 02abda34878c -r 7828a47275f7 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/ $<