From: Tobias Brunner Date: Thu, 17 Apr 2014 17:15:10 +0000 (+0200) Subject: swanctl: Generate man page snippet with config options X-Git-Tag: 5.2.0dr3~8^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a461f0852f4a918095a276312dcd45ac107c8f8;p=thirdparty%2Fstrongswan.git swanctl: Generate man page snippet with config options --- diff --git a/src/swanctl/Makefile.am b/src/swanctl/Makefile.am index 3ed47fe844..f899c97f4a 100644 --- a/src/swanctl/Makefile.am +++ b/src/swanctl/Makefile.am @@ -29,15 +29,19 @@ AM_CPPFLAGS = \ -DSWANCTLDIR=\""${swanctldir}\"" \ -DPLUGINS=\""${s_plugins}\"" -BUILT_SOURCES = swanctl.conf -EXTRA_DIST = swanctl.opt swanctl.conf +BUILT_SOURCES = swanctl.conf swanctl.conf.5.main +EXTRA_DIST = swanctl.opt swanctl.conf swanctl.conf.5.main .opt.conf: $(AM_V_GEN) \ $(PYTHON) $(top_srcdir)/conf/format-options.py -f conf $< > $(srcdir)/$@ +swanctl.conf.5.main: swanctl.opt + $(AM_V_GEN) \ + $(PYTHON) $(top_srcdir)/conf/format-options.py -f man $< > $(srcdir)/$@ + maintainer-clean-local: - cd $(srcdir) && rm -f swanctl.conf + cd $(srcdir) && rm -f swanctl.conf swanctl.conf.5.main install-data-local: swanctl.conf test -e "$(DESTDIR)$(swanctldir)" || $(INSTALL) -d "$(DESTDIR)$(swanctldir)"