diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-12 18:01:22 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-12 18:01:22 -0700 |
commit | 5d44998f53644954200f3e6adbfbef068b5755e6 (patch) | |
tree | f106b10a10cbe078da28251110a580add21c3007 | |
parent | 9ca9d19206114788da85c81a5aba2525baef80cb (diff) |
Use $(AM_V_GEN) to silence man page creation too
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |