From 1498de115755fbe0b2af447f0a2c195b54a2d9fb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 2 Aug 2014 22:02:09 +0200 Subject: [PATCH] do not regenerate html file if asciidoc not installed --- doc/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index ff17802..8157c8e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 -- 2.7.4