summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-12-07 14:02:23 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-12-07 14:02:23 -0800
commit7f66cc204f0d61295fcab97d4a816a9fbb6ace18 (patch)
tree4e94a85511d595c8f58b95a210d672e1c3175a09
parente6a6332e9fa68a80adb6f22ba77b58514d3d247f (diff)
Apply automake silencing to sed substitutions of man page
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 f7357e9..6eaea82 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,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) \