Imported Upstream version 1.1.1
[psensor-pkg-ubuntu.git] / doc / Makefile.am
1 dist_doc_DATA = faq.html faq.txt TODO.txt TODO.html
2
3 if ASCIIDOC
4 faq.html: faq.txt ../www/style.css
5         asciidoc --theme style -a themedir=`pwd`/../www -n -a toc faq.txt
6
7 TODO.html: faq.txt ../www/style.css
8         asciidoc --theme style -a themedir=`pwd`/../www -n -a toc TODO.txt
9 endif