X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=8157c8e929abd6cbc773e33bc01827c34ca04ebc;hb=1498de115755fbe0b2af447f0a2c195b54a2d9fb;hp=ff1780217ca6d7a32e8b85ac989a33ce3b9f8053;hpb=3d1802083bd3ffda1c18db549aa6e42db299c12a;p=psensor.git 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