From c59fad9dbd9a9b06602d3767e36cdcc18f111784 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 11 Sep 2014 15:56:03 +0200 Subject: man: Skip installation of ipsec.conf/secrets manpages when not building starter --- man/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man/Makefile.am') 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) -- cgit v1.2.3