Makefile
changeset 4 8e4a19fb6fc6
parent 2 7828a47275f7
--- a/Makefile	Tue Mar 17 23:16:34 2015 +0100
+++ b/Makefile	Tue Mar 17 23:16:45 2015 +0100
@@ -2,6 +2,7 @@
 
 html out/short.html: short.txt
 		asciidoc -o out/short.html $<
+		#a2x -f xhtml -D out/ $<
 
 pdf out/short.pdf: short.txt
 		 a2x -D out/ $<