From: Jean-Philippe Orsini Date: Sat, 15 Sep 2012 18:06:35 +0000 (+0000) Subject: disable verbose mode of asciidoc X-Git-Tag: v0.8.0.5~209 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=166354c53dda8ad1176ba1bf3e09e977081e2471 disable verbose mode of asciidoc --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 6af64f6..ff17802 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ dist_doc_DATA = faq.html faq.txt faq.html: faq.txt ../www/style.css - asciidoc -v --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 \ No newline at end of file