man: Skip installation of ipsec.conf/secrets manpages when not building starter

This commit is contained in:
Martin Willi
2014-09-22 14:19:38 +02:00
parent a3d03b4c71
commit c59fad9dbd
+5 -1
View File
@@ -1,5 +1,9 @@
man_MANS = \
man_MANS =
if USE_FILE_CONFIG
man_MANS += \
ipsec.conf.5 \
ipsec.secrets.5
endif
CLEANFILES = $(man_MANS)