summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-06-06 16:39:01 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-06-06 16:39:01 -0700
commitd9514f97f54b47630b645ef44a5d40262a10d33a (patch)
treef50d84efb4002f1a135a2c030e7e061322f4928a /configure.ac
parent68a28875bc7a2cd760f035508997dfd88b3b6cc8 (diff)
downloadxorg-lib-libXtst-d9514f97f54b47630b645ef44a5d40262a10d33a.tar.gz
Add man pages for XTest*() functions
Converted xorg-docs/Xext/xtestlib.ms to man page formatting
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 554ab13..e7877bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,9 +43,11 @@ LINT_FLAGS="${LINT_FLAGS} ${XTST_CFLAGS}"
AC_SUBST(XTST_CFLAGS)
AC_SUBST(XTST_LIBS)
-
+
+XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile
+ man/Makefile
src/Makefile
xtst.pc])