aboutsummaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-09-11 15:56:03 +0200
committerMartin Willi <martin@revosec.ch>2014-09-22 14:19:38 +0200
commitc59fad9dbd9a9b06602d3767e36cdcc18f111784 (patch)
tree4a6f8cb3b2f9d55c5827d75b7ecda1d09af80965 /man/Makefile.am
parenta3d03b4c71f2bc88aab5d6b46811f9ad89042ab2 (diff)
downloadstrongswan-c59fad9dbd9a9b06602d3767e36cdcc18f111784.tar.bz2
strongswan-c59fad9dbd9a9b06602d3767e36cdcc18f111784.tar.xz
man: Skip installation of ipsec.conf/secrets manpages when not building starter
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index fbc78b9ac..5f9a938d7 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,5 +1,9 @@
-man_MANS = \
+man_MANS =
+
+if USE_FILE_CONFIG
+ man_MANS += \
ipsec.conf.5 \
ipsec.secrets.5
+endif
CLEANFILES = $(man_MANS)