diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-06-02 12:49:40 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-06-02 13:25:49 +1000 |
commit | 5500d5b6f9fe3b94d68046529fbf6c80e5a4f518 (patch) | |
tree | ee3b8e9122063c47ef17f5016feda1196268ff6d /man/Makefile.am | |
parent | d0be870ee7798deb8cb50cdf350892c9dfc64538 (diff) |
man: resurrect XGetDeviceProperty man pages (and associates)
These man pages got lost in the asciidoc conversion.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index edcb745..249569e 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -53,6 +53,7 @@ libman_txt = \ XGetDeviceKeyMapping.txt \ XGetDeviceModifierMapping.txt \ XGetDeviceMotionEvents.txt \ + XGetDeviceProperty.txt \ XGetExtensionVersion.txt \ XGetFeedbackControl.txt \ XGrabDeviceButton.txt \ @@ -104,6 +105,8 @@ libman_ref = \ XGetSelectedExtensionEvents.man \ XGetDeviceButtonMapping.man \ XGetDeviceFocus.man \ + XChangeDeviceProperty.man \ + XDeleteDeviceProperty.man \ $(XI2_refpages) @@ -130,6 +133,8 @@ XCloseDevice.man: XOpenDevice.man XGetSelectedExtensionEvents.man: XSelectExtensionEvent.man XGetDeviceButtonMapping.man: XSetDeviceButtonMapping.man XGetDeviceFocus.man: XSetDeviceFocus.man +XChangeDeviceProperty.man: XGetDeviceProperty.man +XDeleteDeviceProperty.man: XGetDeviceProperty.man # XI2 prereqs XIUndefineCursor: XIDefineCursor.man |