Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/mit/xorg/lib/libXi/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/external/mit/xorg/lib/libXi/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/external/mit/xorg/lib/libXi/Makefile 2008/09/13 04:32:30 1.2 +++ src/external/mit/xorg/lib/libXi/Makefile 2008/10/05 00:33:35 1.3 @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2008/09/13 04:32:30 cube Exp $ +# $NetBSD: Makefile,v 1.3 2008/10/05 00:33:35 cube Exp $ .include LIB= Xi .PATH: ${X11SRCDIR.${LIB}}/src +.PATH: ${X11SRCDIR.${LIB}}/man SRCS= XAllowDv.c XChgDCtl.c XChgFCtl.c XChgKMap.c XChgKbd.c \ XChgPnt.c XChgProp.c XCloseDev.c XDevBell.c XExtInt.c \ @@ -20,6 +21,31 @@ LIBDPLIBS=\ Xext ${.CURDIR}/../libXext \ X11 ${.CURDIR}/../libX11/dynamic +MAN= XAllowDeviceEvents.3 XChangeDeviceDontPropagateList.3 \ + XChangeKeyboardDevice.3 XChangePointerDevice.3 XDeviceBell.3 \ + XGetDeviceControl.3 XGetDeviceKeyMapping.3 \ + XGetDeviceModifierMapping.3 XGetDeviceMotionEvents.3 \ + XGetExtensionVersion.3 XGetFeedbackControl.3 XGrabDevice.3 \ + XGrabDeviceButton.3 XGrabDeviceKey.3 XListInputDevices.3 \ + XOpenDevice.3 XQueryDeviceState.3 XSelectExtensionEvent.3 \ + XSendExtensionEvent.3 XSetDeviceButtonMapping.3 XSetDeviceFocus.3 \ + XSetDeviceMode.3 XSetDeviceValuators.3 + +MLINKS= XGetDeviceControl.3 XChangeDeviceControl.3 \ + XGetFeedbackControl.3 XChangeFeedbackControl.3 \ + XGetDeviceKeyMapping.3 XChangeDeviceKeyMapping.3 \ + XGetDeviceModifierMapping.3 XSetDeviceModifierMapping.3 \ + XChangeDeviceDontPropagateList.3 XGetDeviceDontPropagateList.3 \ + XGetDeviceMotionEvents.3 XDeviceTimeCoord.3 \ + XGrabDeviceButton.3 XUngrabDeviceButton.3 \ + XGrabDeviceKey.3 XUngrabDeviceKey.3 \ + XGrabDevice.3 XUngrabDevice.3 \ + XListInputDevices.3 XFreeDeviceList.3 \ + XOpenDevice.3 XCloseDevice.3 \ + XSetDeviceButtonMapping.3 XGetDeviceButtonMapping.3 \ + XSetDeviceFocus.3 XGetDeviceFocus.3 \ + XSelectExtensionEvent.3 XGetSelectedExtensionEvents.3 + PKGDIST= ${LIB} .include