summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2010-01-15 21:22:39 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2010-01-15 21:22:39 -0800
commitd957cad1a453a84309cef3e30237c39d0541ecc4 (patch)
tree2fe66dd90ff7a89a95cb8e542b896e5efdd45a39
parent67b8eba82dba74f12f1ee4fac6f5ee8968b1f14c (diff)
Use automake silencer on man page generation too
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5781039..c80096d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,7 +73,7 @@ MAN_SUBSTS = \
SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
- sed $(MAN_SUBSTS) < $< > $@
+ $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
.PHONY: ChangeLog INSTALL