aboutsummaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2013-04-10 15:35:55 +0200
committerMartin Willi <martin@revosec.ch>2013-05-06 15:04:56 +0200
commit0be946dce3ec58b63f4d5ae33180a82a6f9b64a7 (patch)
treebd4b2d984329b3df90645ac82a8fd3afc47ee3c4 /man/Makefile.am
parentf932677f0c77b5d31b035166f0893e63483b1185 (diff)
downloadstrongswan-0be946dce3ec58b63f4d5ae33180a82a6f9b64a7.tar.bz2
strongswan-0be946dce3ec58b63f4d5ae33180a82a6f9b64a7.tar.xz
Use the GEN silent rule when generating files with sed
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index ea04303bd..0becd24c7 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -5,9 +5,9 @@ CLEANFILES = ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
SUFFIXES = .in
.in:
+ $(AM_V_GEN) \
sed \
-e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
-e "s:@DEV_URANDOM@:$(urandom_device):" \
-e "s:@DEV_RANDOM@:$(random_device):" \
$(srcdir)/$@.in > $@
-