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:15:18 -0500 |
commit | 623a620bde1988e105b2fe814a3158da0e7b863c (patch) | |
tree | 52456c31530979880418e6abb84bff0ed1f34c4d /configure.ac | |
parent | 2e2073e358a6d9069dd5b5f3757de769cbc92721 (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 5fd187f..b7f72aa 100644 --- a/configure.ac +++ b/configure.ac @@ -58,4 +58,7 @@ PKG_CHECK_MODULES(X11, xproto) dnl Allow checking code with lint, sparse, etc. XORG_WITH_LINT -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([ + Makefile + man/Makefile]) +AC_OUTPUT |