diff options
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 |