diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-15 22:44:25 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-15 22:44:25 -0800 |
commit | c55a10661a790fe834fc3dfd70c8e722e54c526c (patch) | |
tree | 0e6e827abccb798c111698716647299b106345b8 | |
parent | 4b073704dd69e47f68f61dba1b389f29379709f6 (diff) |
Use automake silencer on man page generation too
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | Makefile.am | 2 |
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 |