summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-12 18:01:22 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-12 18:01:22 -0700
commit5d44998f53644954200f3e6adbfbef068b5755e6 (patch)
treef106b10a10cbe078da28251110a580add21c3007
parent9ca9d19206114788da85c81a5aba2525baef80cb (diff)
downloadxdpyinfo-5d44998f53644954200f3e6adbfbef068b5755e6.tar.gz
xdpyinfo-5d44998f53644954200f3e6adbfbef068b5755e6.tar.bz2
xdpyinfo-5d44998f53644954200f3e6adbfbef068b5755e6.zip
Use $(AM_V_GEN) to silence man page creation 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 eceac0e..0c2fc12 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,7 +96,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) \