do not regenerate html file if asciidoc not installed
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 2 Aug 2014 20:02:09 +0000 (22:02 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 2 Aug 2014 20:02:09 +0000 (22:02 +0200)
doc/Makefile.am

index ff17802..8157c8e 100644 (file)
@@ -1,4 +1,6 @@
 dist_doc_DATA = faq.html faq.txt
 
+if ASCIIDOC
 faq.html: faq.txt ../www/style.css
-       asciidoc --theme style -a themedir=`pwd`/../www -n -a toc faq.txt 
\ No newline at end of file
+       asciidoc --theme style -a themedir=`pwd`/../www -n -a toc faq.txt
+endif