summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-12-17 19:21:22 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-12-17 19:21:22 -0800
commit146b1da64e575d330c2599161938140a4233cb6a (patch)
treeefd3912b272c0ccfa0e994de0b095f1fcb98cbda
parentabb1bf5b74642f8d40ca5fbf87490c5186f41590 (diff)
Apply automake silencer to man page generation rule
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 25a173b..46a0d1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,4 +85,4 @@ MAN_SUBSTS = \
SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
- sed $(MAN_SUBSTS) < $< > $@
+ $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@