diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-06-06 16:39:01 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-06-06 16:39:01 -0700 |
commit | d9514f97f54b47630b645ef44a5d40262a10d33a (patch) | |
tree | f50d84efb4002f1a135a2c030e7e061322f4928a /configure.ac | |
parent | 68a28875bc7a2cd760f035508997dfd88b3b6cc8 (diff) |
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.ac | 4 |
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]) |