summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-12-15 15:02:27 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-12-15 15:02:27 -0800
commit5720370421014c0b465385e65b94659f044dcec6 (patch)
tree33c0938d47a8342b586443309084d6a35a150be7 /Makefile.am
parent67bf7e0061fc1c778b9fee0f2bb4ce23059c476f (diff)
Apply automake silent rules to manpage generation too
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bbca4ca..a7ff425 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,7 @@ MAN_SUBSTS = \
SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
- sed $(MAN_SUBSTS) < $< > $@
+ $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
.PHONY: ChangeLog INSTALL