Build generated man pages via configure script
This commit is contained in:
+5
-12
@@ -1,13 +1,6 @@
|
||||
dist_man_MANS = ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
|
||||
EXTRA_DIST = ipsec.conf.5.in ipsec.secrets.5.in strongswan.conf.5.in
|
||||
CLEANFILES = ipsec.conf.5 ipsec.secrets.5 strongswan.conf.5
|
||||
man_MANS = \
|
||||
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 > $@
|
||||
CLEANFILES = $(man_MANS)
|
||||
|
||||
Reference in New Issue
Block a user