diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-11-07 08:51:23 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-11-09 13:23:14 +1000 |
commit | 845550471fcd95d77e8d738ab8798d8e6e568b4a (patch) | |
tree | f8fcfba8baf4c5bd0e51c8dbc06832c532310265 /man | |
parent | 8c0eb1b6b4017b1e886981dc32cea90f2d4b9b64 (diff) | |
download | xorg-lib-libXi-845550471fcd95d77e8d738ab8798d8e6e568b4a.tar.gz |
man: add generation of missing man pages for XIGrabTouchBegin
The man page itself already contained the description, but it was missing
from NAME so the shadow man pages were not generated.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@ubuntu.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 6 | ||||
-rw-r--r-- | man/XIGrabButton.txt | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 28211a1..af63952 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -89,7 +89,9 @@ XI2_shadows = \ XIGetSelectedEvents.man \ XIDeleteProperty.man \ XIGetProperty.man \ - XIFreeDeviceInfo.man + XIFreeDeviceInfo.man \ + XIGrabTouchBegin.man \ + XIUngrabTouchBegin.man libman_shadows = \ XGetDeviceDontPropagateList.man \ @@ -141,7 +143,7 @@ XDeleteDeviceProperty.man: XGetDeviceProperty.man # Dependencies for X Input v2 shadow pages XIUndefineCursor.man: XIDefineCursor.man -XIUngrabButton.man XIGrabKeycode.man XIUngrabKeycode.man: XIGrabButton.man +XIUngrabButton.man XIGrabKeycode.man XIUngrabKeycode.man XIGrabTouchBegin.man XIUngrabTouchBegin.man: XIGrabButton.man XIGetClientPointer.man: XISetClientPointer.man XIGetFocus.man: XISetFocus.man XIUngrabDevice.man: XIGrabDevice.man diff --git a/man/XIGrabButton.txt b/man/XIGrabButton.txt index a046ac7..c5100fb 100644 --- a/man/XIGrabButton.txt +++ b/man/XIGrabButton.txt @@ -4,8 +4,7 @@ XIGRABBUTTON(libmansuffix) NAME ---- - XIGrabButton, XIUngrabButton, XIGrabKeycode, XIUngrabKeycode - - grab/ungrab buttons or keys + XIGrabButton, XIUngrabButton, XIGrabKeycode, XIUngrabKeycode, XIGrabTouchBegin, XIUngrabTouchBegin - grab/ungrab buttons or keys SYNOPSIS -------- |