Moved man pages for config files to a separate directory.

This commit is contained in:
Tobias Brunner
2010-09-10 12:01:19 +02:00
parent 3c1debeb59
commit 0a1233e642
10 changed files with 18 additions and 19 deletions
+11
View File
@@ -0,0 +1,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 > $@