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 | 490ceddc3e97e8c5bf1ed61265525c213abf65d1 (patch) | |
tree | 2ab2e918ff853c00ca6be4c0d3a9e317d7198fb9 /configure.ac | |
parent | 36d4517099505fac29a3c0b8c6c3779b3f05b8ff (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 552ea8d..96126f2 100644 --- a/configure.ac +++ b/configure.ac @@ -72,4 +72,7 @@ yes) ;; esac -AC_OUTPUT([Makefile]) +AC_CONFIG_FILES([ + Makefile + man/Makefile]) +AC_OUTPUT |