Respect verbosity settings when generating manual pages
This commit is contained in:
parent
f25659d2ee
commit
7b32fc864c
@ -19,8 +19,12 @@ SUBST_VARS = sed \
|
|||||||
-e 's|@localstatedir[@]|$(localstatedir)|g' \
|
-e 's|@localstatedir[@]|$(localstatedir)|g' \
|
||||||
-e 's|@sysconfdir[@]|$(sysconfdir)|g'
|
-e 's|@sysconfdir[@]|$(sysconfdir)|g'
|
||||||
|
|
||||||
|
subst_verbose = $(subst_verbose_@AM_V@)
|
||||||
|
subst_verbose_ = $(subst_verbose_@AM_DEFAULT_V@)
|
||||||
|
subst_verbose_0 = @echo " SUBST $@";
|
||||||
|
|
||||||
SUFFIXES = .in
|
SUFFIXES = .in
|
||||||
.in:
|
.in:
|
||||||
$(SUBST_VARS) $< > $@
|
$(subst_verbose)$(SUBST_VARS) $< > $@
|
||||||
|
|
||||||
CLEANFILES = $(man_MANS)
|
CLEANFILES = $(man_MANS)
|
||||||
|
Loading…
Reference in New Issue
Block a user