aboutsummaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-09-09 13:15:36 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-10 12:01:19 +0200
commit0a1233e6421bd20a8626aaf052c99e98a3c21cf7 (patch)
tree8261048173543c365a4affb06f3a147a588398ca /man/Makefile.am
parent3c1debeb59ab5676e09b64e0d5045a46d60343cd (diff)
downloadstrongswan-0a1233e6421bd20a8626aaf052c99e98a3c21cf7.tar.bz2
strongswan-0a1233e6421bd20a8626aaf052c99e98a3c21cf7.tar.xz
Moved man pages for config files to a separate directory.
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 000000000..f57f12477
--- /dev/null
+++ b/man/Makefile.am
@@ -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 > $@
+