]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Make our own targets "silent", if enabled
authorAlexander Barton <alex@barton.de>
Sat, 15 Sep 2012 17:15:16 +0000 (19:15 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 15 Sep 2012 17:15:16 +0000 (19:15 +0200)
doc/Makefile.am
man/Makefile.am

index 3bf68fb4a22991bfde217b124b956d80d4f4907b..00f2530ce32e716fb2d186ea9b5f5a6457d4c724 100644 (file)
@@ -10,7 +10,7 @@
 #
 
 .tmpl:
 #
 
 .tmpl:
-       sed \
+       $(AM_V_GEN)sed \
            -e s@:ETCDIR:@${sysconfdir}@ \
            <$< >$@
 
            -e s@:ETCDIR:@${sysconfdir}@ \
            <$< >$@
 
index ebe9fcef41f1c6cbe74b143a924ae3743df9095f..5624e2a1839efa75487975261f36dbb94a7ad98f 100644 (file)
@@ -17,7 +17,7 @@ TEMPLATE_MANS = ngircd.conf.5.tmpl ngircd.8.tmpl
 SUFFIXES = .tmpl .
 
 .tmpl:
 SUFFIXES = .tmpl .
 
 .tmpl:
-       sed \
+       $(AM_V_GEN)sed \
            -e s@:SBINDIR:@${sbindir}@ \
            -e s@:BINDIR:@${bindir}@ \
            -e s@:ETCDIR:@${sysconfdir}@ \
            -e s@:SBINDIR:@${sbindir}@ \
            -e s@:BINDIR:@${bindir}@ \
            -e s@:ETCDIR:@${sysconfdir}@ \