diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-03-01 16:56:14 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-03-01 16:56:14 -0800 |
commit | 1a5b5c7e5f603528ff69468f8d6d73e2e30442a5 (patch) | |
tree | 34ea9834bc0bb6cbf11ecd8d2d8f4c45ffee889e /configure.ac | |
parent | 0062a3f12535043fd8d2dc70f41bd45fa6e8b495 (diff) |
Add man page for Xinerama API functions
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e47de85..0748511 100644 --- a/configure.ac +++ b/configure.ac @@ -47,8 +47,10 @@ XORG_WITH_LINT LINT_FLAGS="${LINT_FLAGS} ${XINERAMA_CFLAGS}" XORG_CHECK_MALLOC_ZERO +XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION AC_OUTPUT([Makefile src/Makefile + man/Makefile xinerama.pc]) |