diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-19 10:06:55 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-19 10:06:55 -0500 |
commit | 5b55964119d97ed763efa76bcc09dc918b6ab8be (patch) | |
tree | 93f6b66fafb27ad59c62758f659c1f66480b4737 /configure.ac | |
parent | 98469be392fcb4bc45e14b449e3576248e5bc558 (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.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c00be99..f46c3d6 100644 --- a/configure.ac +++ b/configure.ac @@ -49,4 +49,7 @@ AM_CONDITIONAL(NEED_SETENV, [test x$have_setenv = xno]) PKG_CHECK_MODULES(FONTTOSFNT, xproto freetype2 fontenc) -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([ + Makefile + man/Makefile]) +AC_OUTPUT |