configure.ac Use XORG_MAN_SECTIONS instead of custom man section configuration. Add shadow man pages for man pages that document multiple functions.

This commit is contained in:
Alan Coopersmith 2005-10-12 00:04:50 +00:00
parent 8ee5c1429a
commit b76a072530
3 changed files with 1306 additions and 14 deletions

View file

@ -1,3 +1,10 @@
2005-10-11 Alan Coopersmith <alan.coopersmith@sun.com>
* man/Makefile.am:
* configure.ac
Use XORG_MAN_SECTIONS instead of custom man section configuration.
Add shadow man pages for man pages that document multiple functions.
2005-10-10 Eric Anholt <anholt@FreeBSD.org>
* configure.ac:

View file

@ -267,18 +267,18 @@ AC_ARG_ENABLE(xkb,
[Disable XKB support *EXPERIMENTAL*]),
[XKB=$enableval],[XKB=yes])
XORG_MANPAGE_SECTIONS
AC_ARG_ENABLE(man-pages,
AC_HELP_STRING([--enable-man-pages=section],
[Choose manual section for installing man pages]),
[LIBMAN_SUFFIX=$enableval],[LIBMAN_SUFFIX=3x])
[LIBMAN=$enableval],[LIBMAN=yes])
if test "x$LIBMAN_SUFFIX" = "xyes"; then
LIBMAN_SUFFIX=3x
if test "x$LIBMAN" != "xyes"; then
LIB_MAN_SUFFIX=$LIBMAN
fi
AC_SUBST(LIBMAN_SUFFIX)
AM_CONDITIONAL(MANPAGES, [ test x$LIBMAN_SUFFIX '!=' xno ])
AM_CONDITIONAL(MANPAGES, [ test x$LIBMAN '!=' xno ])
AM_CONDITIONAL(XKB, [ test x$XKB = xyes ])
if test x"$XKB" = "xyes"; then

File diff suppressed because it is too large Load diff