summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2010-01-29 22:53:15 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2010-01-29 22:53:15 -0800
commitcc62d8127797a769fb83c719a499290b780e0307 (patch)
tree9ef118d93eece29d90318f00c807fdee34eaa3f3
parent169e6d230f09627500d9c417350d3a8a9aa4dba4 (diff)
Use AM_V_GEN to silence manpage 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 98ca998..8dc15f7 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