summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-01-19 10:06:56 -0500
committerGaetan Nadon <memsize@videotron.ca>2011-01-19 10:06:56 -0500
commit5a9cffc3f443030ac93d890611316d0994f0cc13 (patch)
treea27e67704ba841e0a68820aeaaed4d7702805227 /configure.ac
parente72e2768a573bc4d073ce2d56ab4e28678b559b2 (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 2a7b6f2..21c6696 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,4 +64,7 @@ AC_ARG_WITH(appdefaultdir,
AC_SUBST(appdefaultdir)
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([
+ Makefile
+ man/Makefile])
+AC_OUTPUT