X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=doc%2FMakefile.am;h=4ab3b0d8a63c099b4bb69be7e2ad7c2de0ed492e;hb=c1e20f2631a1249720e9c75d753eacfcb0f6c7b9;hp=8157c8e929abd6cbc773e33bc01827c34ca04ebc;hpb=1498de115755fbe0b2af447f0a2c195b54a2d9fb;p=psensor.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 8157c8e..4ab3b0d 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,9 @@ -dist_doc_DATA = faq.html faq.txt +dist_doc_DATA = faq.html faq.txt TODO.txt TODO.html -if ASCIIDOC +if ASCIIDOCTOR faq.html: faq.txt ../www/style.css - asciidoc --theme style -a themedir=`pwd`/../www -n -a toc faq.txt + asciidoctor -n faq.txt + +TODO.html: faq.txt ../www/style.css + asciidoctor -n TODO.txt endif