diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 19:37:27 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-22 19:37:27 +0000 |
commit | b50e6e06f22d3c653166e1817d75c3f4a98b2748 (patch) | |
tree | 6bb947525e32363ee985b71537c1e5dcdbd0e462 /man | |
parent | c1990aed3deb74e3bec72a99bf43debe53d8506a (diff) |
Autotool libXi
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 0000000..782ae95 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,28 @@ +# $XdotOrg: $ + +man3_MANS = \ + XAllowDeviceEvents.man \ + XChangeDeviceDontPropagateList.man \ + XChangeKeyboardDevice.man \ + XChangePointerDevice.man \ + XDeviceBell.man \ + XGetDeviceControl.man \ + XGetDeviceKeyMapping.man \ + XGetDeviceModifierMapping.man \ + XGetDeviceMotionEvents.man \ + XGetExtensionVersion.man \ + XGetFeedbackControl.man \ + XGrabDevice.man \ + XGrabDeviceButton.man \ + XGrabDeviceKey.man \ + XListInputDevices.man \ + XOpenDevice.man \ + XQueryDeviceState.man \ + XSelectExtensionEvent.man \ + XSendExtensionEvent.man \ + XSetDeviceButtonMapping.man \ + XSetDeviceFocus.man \ + XSetDeviceMode.man \ + XSetDeviceValuators.man + +EXTRA_DIST=$(man3_MANS) |