conf: Generate strongswan.conf(5) man page in different directory
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
default.conf
|
default.conf
|
||||||
|
strongswan.conf.5
|
||||||
*/*.conf
|
*/*.conf
|
||||||
*/*.tmp
|
*/*.tmp
|
||||||
@@ -19,11 +19,15 @@ plugins_install_src = $(charon_plugins:%=plugins/%.conf)
|
|||||||
|
|
||||||
strongswand_DATA = $(options:opt=conf)
|
strongswand_DATA = $(options:opt=conf)
|
||||||
charonconf_DATA = $(plugins_install_src)
|
charonconf_DATA = $(plugins_install_src)
|
||||||
|
man_MANS = \
|
||||||
|
strongswan.conf.5
|
||||||
|
|
||||||
BUILT_SOURCES = default.conf $(confsnippets)
|
BUILT_SOURCES = default.conf $(confsnippets)
|
||||||
EXTRA_DIST = format-options.py strongswan.conf default.opt \
|
EXTRA_DIST = format-options.py strongswan.conf default.opt \
|
||||||
default.conf $(alloptions) $(confsnippets)
|
default.conf $(alloptions) $(confsnippets)
|
||||||
|
|
||||||
|
CLEANFILES=$(man_MANS)
|
||||||
|
|
||||||
.opt.conf:
|
.opt.conf:
|
||||||
$(AM_V_GEN) \
|
$(AM_V_GEN) \
|
||||||
case "$<" in \
|
case "$<" in \
|
||||||
|
|||||||
+1
-1
@@ -1545,9 +1545,9 @@ AC_CONFIG_FILES([
|
|||||||
# =================
|
# =================
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
|
conf/strongswan.conf.5
|
||||||
man/ipsec.conf.5
|
man/ipsec.conf.5
|
||||||
man/ipsec.secrets.5
|
man/ipsec.secrets.5
|
||||||
man/strongswan.conf.5
|
|
||||||
src/charon-cmd/charon-cmd.8
|
src/charon-cmd/charon-cmd.8
|
||||||
src/pki/man/pki.1
|
src/pki/man/pki.1
|
||||||
src/pki/man/pki---gen.1
|
src/pki/man/pki---gen.1
|
||||||
|
|||||||
+1
-2
@@ -1,6 +1,5 @@
|
|||||||
man_MANS = \
|
man_MANS = \
|
||||||
ipsec.conf.5 \
|
ipsec.conf.5 \
|
||||||
ipsec.secrets.5 \
|
ipsec.secrets.5
|
||||||
strongswan.conf.5
|
|
||||||
|
|
||||||
CLEANFILES = $(man_MANS)
|
CLEANFILES = $(man_MANS)
|
||||||
|
|||||||
Reference in New Issue
Block a user