aboutsummaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
blob: f57f1247797774b9c32626a57221b568734e18af (plain)
1
2
3
4
5
6
7
8
9
10
11
dist_man_MANS = ipsec.conf.5 ipsec.secrets.5
EXTRA_DIST = ipsec.conf.5.in ipsec.secrets.5.in
CLEANFILES = ipsec.conf.5 ipsec.secrets.5

SUFFIXES = .in

.in:
	sed \
	-e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
	$(srcdir)/$@.in > $@