aboutsummaryrefslogtreecommitdiff
path: root/doc/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-08-23 13:19:40 -0400
committerNick Mathewson <nickm@torproject.org>2012-08-23 13:19:40 -0400
commitb67057a542f8e732795537c4c9812c87973c595a (patch)
tree8c927666911b16fd1a68345c7c48d0ac7c8145f7 /doc/include.am
parent6d703f8db5d5a506f82f40a638560749755ddc6e (diff)
downloadtor-b67057a542f8e732795537c4c9812c87973c595a.tar
tor-b67057a542f8e732795537c4c9812c87973c595a.tar.gz
Make asciidoc generation quieter
Diffstat (limited to 'doc/include.am')
-rw-r--r--doc/include.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/include.am b/doc/include.am
index 4876a628f..80034861e 100644
--- a/doc/include.am
+++ b/doc/include.am
@@ -57,11 +57,11 @@ $(man_in) : $(txt_in)
# use ../config.status to swap all machine-specific magic strings
# in the asciidoc with their replacements.
$(asciidoc_product) : $(txt_in) $(man_in)
- $(MKDIR_P) $(@D)
- $(AM_V_GEN)if test -e $(top_srcdir)/$@.in && ! test -e $@.in ; then \
+ $(AM_V_GEN)$(MKDIR_P) $(@D) && \
+ if test -e $(top_srcdir)/$@.in && ! test -e $@.in ; then \
cp $(top_srcdir)/$@.in $@; \
- fi
- $(AM_V_GEN)./config.status --file=$@;
+ fi && \
+ ./config.status -q --file=$@;
$(doc_DATA) : $(html_in)