disable verbose mode of asciidoc
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 15 Sep 2012 18:06:35 +0000 (18:06 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 15 Sep 2012 18:06:35 +0000 (18:06 +0000)
doc/Makefile.am

index 6af64f6..ff17802 100644 (file)
@@ -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