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
commite0f87cad8fb25c0ad04032a3d8b57e1a16c2f8ad (patch)
treeea0ff3217746512e654b448c3572f8717e1517c9 /configure.ac
parent8327e05aeeaf57e5a57bbd22920817498c57979d (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 6c8d11f..0f86cf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,4 +50,7 @@ AC_ARG_WITH(appdefaultdir,
AC_SUBST(appdefaultdir)
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([
+ Makefile
+ man/Makefile])
+AC_OUTPUT