diff options
author | Tobias Brunner <tobias@strongswan.org> | 2014-01-29 13:59:34 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2014-02-12 14:34:33 +0100 |
commit | c4bb26b84901c07a553cc82eb99762d45dd6b29d (patch) | |
tree | 822c001c1aeefe3af0c6f1930eb039e8a1b547d1 /configure.ac | |
parent | 7f62b7d02dd227042c71d1ee281fefe81b56efbd (diff) | |
download | strongswan-c4bb26b84901c07a553cc82eb99762d45dd6b29d.tar.bz2 strongswan-c4bb26b84901c07a553cc82eb99762d45dd6b29d.tar.xz |
conf: Split strongswan.conf(5) man page and use generated snippet
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5c7cf5df2..94659478c 100644 --- a/configure.ac +++ b/configure.ac @@ -1545,7 +1545,8 @@ AC_CONFIG_FILES([ # ================= AC_CONFIG_FILES([ - conf/strongswan.conf.5 + conf/strongswan.conf.5.head + conf/strongswan.conf.5.tail man/ipsec.conf.5 man/ipsec.secrets.5 src/charon-cmd/charon-cmd.8 |