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
commitcff32361b4a901a131b23c01f7592779358f4141 (patch)
tree822f6d448c405334a674c5910d0c286d129063c7 /configure.ac
parent77c2eaa749deacd6d4296267c099758d2d5cdba9 (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 a5bbc14..6276ff6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,4 +49,7 @@ AC_ARG_WITH(appdefaultdir,
AC_SUBST(appdefaultdir)
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([
+ Makefile
+ man/Makefile])
+AC_OUTPUT