Build generated man pages via configure script

This commit is contained in:
Tobias Brunner
2013-09-13 14:32:51 +02:00
parent f5dcb38ead
commit 8250fc10e8
8 changed files with 29 additions and 33 deletions
+12
View File
@@ -1482,6 +1482,18 @@ AC_CONFIG_FILES([
scripts/Makefile
testing/Makefile
])
# =================
# build man pages
# =================
AC_CONFIG_FILES([
man/ipsec.conf.5
man/ipsec.secrets.5
man/strongswan.conf.5
src/charon-cmd/charon-cmd.8
])
AC_OUTPUT
# ========================