summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2010-10-20 09:46:15 +0200
committerGuillem Jover <guillem@hadrons.org>2010-10-21 05:28:26 +0200
commitac9af8454c9af4205dc2df29dee71c35e4c7931c (patch)
tree1d775fa061e871c92ccd85c7c89c9f0aa56e7b9d
parent56d40816921ab4adf09809e0524347c58d4309ff (diff)
build: Add silent rule support to man page generation
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index fb68acd..870791a 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -35,4 +35,4 @@ CLEANFILES = $(driverman_DATA)
SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
.man.$(DRIVER_MAN_SUFFIX):
- $(SED) $(MAN_SUBSTS) < $< > $@
+ $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@