summaryrefslogtreecommitdiff
path: root/man/Makefile.am
AgeCommit message (Collapse)Author
2009-07-22Replace keysym grabs with keycode grabs.Peter Hutterer
Keysym grabs are tricky to get right for applications that are more complicated than demo applications. otoh, we know keycode grabs are working. So let's go with keycode grabs for now and add keysym grabs later when we've sorted out the details. Requires inputproto 1.9.99.15 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-06-19man: add some missing XI2 refpagesPeter Hutterer
These missing pages may cause parallel builds to fail. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-06-04Fix building if asciidoc or xmlto is not installed.Matthias Hopf
2009-06-02man: resurrect XGetDeviceProperty man pages (and associates)Peter Hutterer
These man pages got lost in the asciidoc conversion. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-06-02Add XI2 property man pages.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-05-28Add support for Enter/FocusIn passive grabs.Peter Hutterer
2009-05-25Add XIGetSelectedEvents.Peter Hutterer
2009-05-18Switch man pages to asciidoc.Peter Hutterer
The docbook xml is unreadable and unwritable. Switch everything to asciidoc, at least thay we we can write man pages without losing sanity. asciidoc seems to have some issues with __libmansuffix__, so instead we just use libmansuffix (without underscores). The current asciidoc version is buggy for multiple man targets (more than one man page in a single file), so stick a big warning into configure that a patch is required to the the right asciidoc->docbook conversion. Many thanks to Dan Nicholson for the Makefile.am. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-05-14Update man pages for XI2.Peter Hutterer
Shuffling device properties up before all XI2 calls and adding all XI2 calls (bar device property calls). Needs proofreading.
2009-01-13Fix build when xmlto is not availableDan Nicholson
When xmlto is not available, make bombs since it has no way to generate the man pages from the XI.xml. This returns the man page installation to only occuring when xmlto is available. Unfortunately, this means they will also not be installed when the generated pages are distributed. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-01-13Be smarter about generating man pagesDan Nicholson
With the current rules, the man pages will be generated repeatedly if you have xmlto installed. This is because make always thinks they are out of date with respect to their prerequisite, do_xmlto_stage. They are changed here to handle the multiple output files as described in the automake manual. distcheck has been confirmed to still work such that building from the tarball does not require xmlto. On the other hand, if the user wants to rebuild the man pages, they'll have to explicitly touch XI.xml. It may be better to split the xml into per-page files so that xmlto only generates one output at a time. A toplevel XI.xml can still pull together all the pieces with XInclude. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2008-11-12man: fix out of source builds.Peter Hutterer
As pointed out by johnflux on IRC.
2008-10-31Purge device-based window access code.Peter Hutterer
Requires inputproto 1.9.99.6.
2008-09-26Build fix: remove dropped man pages for Conrigure/QueryDeviceProperty.Shunichi Fuji
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2008-07-09Update man pages to include new device properties calls.Peter Hutterer
2008-05-29Don't fail man build when missing xmlto.Peter Hutterer
If xmlto is missing during configure, print out a warning and just do an empty man build with no man pages at all. Better than failing with obscure errors.
2008-05-23Add .PHONY build target to fix parallel builds.Peter Hutterer
Copied from libXtst.
2008-04-28Merge branch 'master' into mpxPeter Hutterer
Conflicts: .gitignore man/XGrabDeviceKey.man man/XListInputDevices.man
2008-04-27man: switch over to using xmlto to generate man pages.Peter Hutterer
Removing all nroff man pages.
2008-04-25Removing previously removed man pages from Makefile.am as well...Peter Hutterer
2008-03-09nuke RCS IdsMatthieu Herrb
2007-07-27XChangePointerKeyboardPairing, XGetPairedPointer, XSetClientPointer man pages.mpxPeter Hutterer
Use XID instead of int for XGetPairedPointer.
2006-08-14Bug 7855/Patch 6530: incorrect manpage section suffixDrew Parsons
Bug 7855 <https://bugs.freedesktop.org/show_bug.cgi?id=7855> Patch 6530 <https://bugs.freedesktop.org/attachment.cgi?id=6530> Based on patch by Fabio M. Di Nitto c/- Colin Watson, Debian Bug#377204.
2006-02-12Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pagesAlan Coopersmith
not created correctly when MANDIR & MANSUFFIX don't match.
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-10-18Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith
work better with BSD make
2005-10-17Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's aAlan Coopersmith
suffix rule (reported by Matthieu Herrb)
2005-10-12Use sed to put version number in man page Add shadow man pages for manAlan Coopersmith
pages that document multiple functions.
2005-05-22Autotool libXiAlan Coopersmith