]> git.ipfire.org Git - thirdparty/strongswan.git/blame - man/Makefile.am
Merge branch 'ike-address-ranges'
[thirdparty/strongswan.git] / man / Makefile.am
CommitLineData
483c1feb
TB
1dist_man_MANS = ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
2EXTRA_DIST = ipsec.conf.5.in ipsec.secrets.5.in strongswan.conf.5.in
3CLEANFILES = ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
0a1233e6
TB
4
5SUFFIXES = .in
6
7.in:
0be946dc 8 $(AM_V_GEN) \
0a1233e6
TB
9 sed \
10 -e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
c51af950
MW
11 -e "s:@DEV_URANDOM@:$(urandom_device):" \
12 -e "s:@DEV_RANDOM@:$(random_device):" \
0a1233e6 13 $(srcdir)/$@.in > $@