Use $(AM_V_GEN) to silence man page creation too
authorAlan Coopersmith <alan.coopersmith@sun.com>
Tue, 13 Oct 2009 01:01:22 +0000 (18:01 -0700)
committerAlan Coopersmith <alan.coopersmith@sun.com>
Tue, 13 Oct 2009 01:01:22 +0000 (18:01 -0700)
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Makefile.am

index eceac0e..0c2fc12 100644 (file)
@@ -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) \