repo: ngircd action: commit revision: path_from: revision_from: 5300f0082cf834b60d36859acc0be3c17b3848c9: path_to: revision_to:
commit 5300f0082cf834b60d36859acc0be3c17b3848c9 Author: Alexander BartonDate: Sat Sep 15 19:15:16 2012 +0200 Make our own targets "silent", if enabled diff --git a/doc/Makefile.am b/doc/Makefile.am
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -10,7 +10,7 @@
#
.tmpl:
- sed \
+ $(AM_V_GEN)sed \
-e s@:ETCDIR:@${sysconfdir}@ \
<$< >$@
diff --git a/man/Makefile.am b/man/Makefile.am
--- a/man/Makefile.am
+++ b/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}@ \
-----END OF PAGE-----