]> arthur.barton.de Git - ngircd-alex.git/blobdiff - man/Makefile.am
Make our own targets "silent", if enabled
[ngircd-alex.git] / man / Makefile.am
index ebe9fcef41f1c6cbe74b143a924ae3743df9095f..5624e2a1839efa75487975261f36dbb94a7ad98f 100644 (file)
@@ -17,7 +17,7 @@ TEMPLATE_MANS = ngircd.conf.5.tmpl ngircd.8.tmpl
 SUFFIXES = .tmpl .
 
 .tmpl:
-       sed \
+       $(AM_V_GEN)sed \
            -e s@:SBINDIR:@${sbindir}@ \
            -e s@:BINDIR:@${bindir}@ \
            -e s@:ETCDIR:@${sysconfdir}@ \