Fixed restoration of the panel divider position.
[psensor.git] / doc / Makefile.am
1 dist_doc_DATA = faq.html faq.txt TODO.txt TODO.html
2
3 if ASCIIDOCTOR
4 faq.html: faq.txt ../www/style.css
5         asciidoctor -n faq.txt
6
7 TODO.html: faq.txt ../www/style.css
8         asciidoctor -n TODO.txt
9 endif