summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2010-01-29 23:06:47 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2010-01-29 23:06:47 -0800
commit72014bab094682621a206958bb7c62f83d789cde (patch)
tree57d83a1e9fff5c2290ff99c5a004bcef2218f97f
parentd351d89dd97e8b90e2b6a0421d8e976d22c8fb14 (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 ee010a7..65273b0 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