mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Make asciidoc generation quieter
This commit is contained in:
parent
6d703f8db5
commit
b67057a542
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user