diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-19 10:06:56 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-19 10:06:56 -0500 |
commit | baed631bfcd091e40f4e84f740c6d86d9fb981b3 (patch) | |
tree | a1ef40a44b8428b045431c478c2ca98b99286436 /configure.ac | |
parent | 6505a6b2fb2672b543d5b485bc7ac739d1e479f0 (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 947f548..0462836 100644 --- a/configure.ac +++ b/configure.ac @@ -41,4 +41,7 @@ PKG_CHECK_MODULES(XPROP, x11) XORG_WITH_LINT -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([ + Makefile + man/Makefile]) +AC_OUTPUT |