aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9469ddbb7..768cb87d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
# ========================