summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-19 10:06:55 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-19 10:06:55 -0500
commit17fae9c20496a6f3e59abcc30e59d604aa809fed (patch)
tree815be42a679797fe404c6c58e8c20504e9ee56ec /configure.ac
parent5523785a9d17d06a0b3ad9b7c11249625ae5ce2d (diff)
config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index bd18a72..dd3a9fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,4 +45,7 @@ AC_ARG_WITH(appdefaultdir,
AC_SUBST(appdefaultdir)
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([
+ Makefile
+ man/Makefile])
+AC_OUTPUT