Commit Diff
Diff:
005ffeaa8c27d29efd3037d52a26a948b71cbc0c
5300f0082cf834b60d36859acc0be3c17b3848c9
Commit:
5300f0082cf834b60d36859acc0be3c17b3848c9
Tree:
aa39ee7c6cb11aab725216cb0b47d9e244c71038
Author:
Alexander Barton <alex@barton.de>
Committer:
Alexander Barton <alex@barton.de>
Date:
Sat Sep 15 17:15:16 2012 UTC
Message:
Make our own targets "silent", if enabled
blob - 3bf68fb4a22991bfde217b124b956d80d4f4907b
blob + 00f2530ce32e716fb2d186ea9b5f5a6457d4c724
--- doc/Makefile.am
+++ doc/Makefile.am
@@ -10,7 +10,7 @@
#
.tmpl:
- sed \
+ $(AM_V_GEN)sed \
-e s@:ETCDIR:@${sysconfdir}@ \
<$< >$@
blob - ebe9fcef41f1c6cbe74b143a924ae3743df9095f
blob + 5624e2a1839efa75487975261f36dbb94a7ad98f
--- man/Makefile.am
+++ man/Makefile.am
@@ -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}@ \
IRCNow