From 5d44998f53644954200f3e6adbfbef068b5755e6 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 12 Oct 2009 18:01:22 -0700 Subject: [PATCH] Use $(AM_V_GEN) to silence man page creation too Signed-off-by: Alan Coopersmith --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.7.4