summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2010-01-15 22:44:25 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2010-01-15 22:44:25 -0800
commitc55a10661a790fe834fc3dfd70c8e722e54c526c (patch)
tree0e6e827abccb798c111698716647299b106345b8
parent4b073704dd69e47f68f61dba1b389f29379709f6 (diff)
Use automake silencer on man page 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 7e61309..cc5c3a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,7 +56,7 @@ MAN_SUBSTS = \
SUFFIXES = .$(APP_MAN_SUFFIX) .man
.man.$(APP_MAN_SUFFIX):
- sed $(MAN_SUBSTS) < $< > $@
+ $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
# App default files
DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults