From: Alan Coopersmith Date: Tue, 13 Oct 2009 01:01:22 +0000 (-0700) Subject: Use $(AM_V_GEN) to silence man page creation too X-Git-Tag: xdpyinfo-1.1.0~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d44998f53644954200f3e6adbfbef068b5755e6;p=platform%2Fupstream%2Fxdpyinfo.git Use $(AM_V_GEN) to silence man page creation too Signed-off-by: Alan Coopersmith --- diff --git a/Makefile.am b/Makefile.am index eceac0e..0c2fc12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,7 +96,7 @@ MAN_SUBSTS = \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ if LINT ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \