diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-09-09 14:03:22 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-10 12:01:19 +0200 |
commit | 483c1feb7e2b93e346e8c84c02df4e0ecf433bcd (patch) | |
tree | f97d7f9e32b04dee2d2a14636d81062045d51ca6 /man/Makefile.am | |
parent | 0a1233e6421bd20a8626aaf052c99e98a3c21cf7 (diff) | |
download | strongswan-483c1feb7e2b93e346e8c84c02df4e0ecf433bcd.tar.bz2 strongswan-483c1feb7e2b93e346e8c84c02df4e0ecf433bcd.tar.xz |
Added strongswan.conf(5) stub.
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index f57f12477..a74a901b8 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,6 +1,6 @@ -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 +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 SUFFIXES = .in |