summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 32c22d3..6de0b23 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,9 @@ XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
PKG_CHECK_MODULES(APPRES, [x11 xt xproto >= 7.0.17])
+# Substitute config variables in man pages
+AC_CONFIG_FILES([man/appres.1:man/appres.man])
+
AC_CONFIG_FILES([
Makefile
man/Makefile])