From 166354c53dda8ad1176ba1bf3e09e977081e2471 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 15 Sep 2012 18:06:35 +0000 Subject: [PATCH] disable verbose mode of asciidoc --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4