On Sun, Aug 15, 2010 at 07:23:53PM -0400, Gaetan Nadon wrote: > This style should make it easier to read filenames > in a large list. > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > man/Makefile.am | 140 +++++++++++++++++++++++++++--------------------------- > 1 files changed, 70 insertions(+), 70 deletions(-) > > diff --git a/man/Makefile.am b/man/Makefile.am > index ae9e831..1311af0 100644 > --- a/man/Makefile.am > +++ b/man/Makefile.am > @@ -24,49 +24,49 @@ > libmandir = $(LIB_MAN_DIR) > > # Source files for Input v2 man pages > -XI2_txt = \ > - XIChangeHierarchy.txt \ > - XIDefineCursor.txt \ > - XIGrabButton.txt \ > - XIGrabDevice.txt \ > - XIGrabEnter.txt \ > - XIQueryDevice.txt \ > - XIQueryPointer.txt \ > - XIQueryVersion.txt \ > - XISelectEvents.txt \ > - XISetClientPointer.txt \ > - XISetFocus.txt \ > - XIWarpPointer.txt \ > - XIListProperties.txt \ > +XI2_txt = \ > + XIChangeHierarchy.txt \ > + XIDefineCursor.txt \ > + XIGrabButton.txt \ > + XIGrabDevice.txt \ > + XIGrabEnter.txt \
can you fix up this whitespace issue here as well please? > + XIQueryDevice.txt \ > + XIQueryPointer.txt \ > + XIQueryVersion.txt \ > + XISelectEvents.txt \ > + XISetClientPointer.txt \ > + XISetFocus.txt \ > + XIWarpPointer.txt \ > + XIListProperties.txt \ > XIChangeProperty.txt > > # Source files for Input v1 man pages > libman_txt = \ > - XAllowDeviceEvents.txt \ > - XChangeDeviceDontPropagateList.txt \ > - XChangeKeyboardDevice.txt \ > - XChangePointerDevice.txt \ > - XDeviceBell.txt \ > - XGetDeviceControl.txt \ > - XGetDeviceKeyMapping.txt \ > - XGetDeviceModifierMapping.txt \ > - XGetDeviceMotionEvents.txt \ > - XGetDeviceProperty.txt \ > - XGetExtensionVersion.txt \ > - XGetFeedbackControl.txt \ > - XGrabDeviceButton.txt \ > - XGrabDeviceKey.txt \ > - XGrabDevice.txt \ > - XListDeviceProperties.txt \ > - XListInputDevices.txt \ > - XOpenDevice.txt \ > - XQueryDeviceState.txt \ > - XSelectExtensionEvent.txt \ > - XSendExtensionEvent.txt \ > - XSetDeviceButtonMapping.txt \ > - XSetDeviceFocus.txt \ > - XSetDeviceMode.txt \ > - XSetDeviceValuators.txt \ > + XAllowDeviceEvents.txt \ > + XChangeDeviceDontPropagateList.txt \ > + XChangeKeyboardDevice.txt \ > + XChangePointerDevice.txt \ > + XDeviceBell.txt \ > + XGetDeviceControl.txt \ > + XGetDeviceKeyMapping.txt \ > + XGetDeviceModifierMapping.txt \ > + XGetDeviceMotionEvents.txt \ > + XGetDeviceProperty.txt \ > + XGetExtensionVersion.txt \ > + XGetFeedbackControl.txt \ > + XGrabDeviceButton.txt \ > + XGrabDeviceKey.txt \ > + XGrabDevice.txt \ > + XListDeviceProperties.txt \ > + XListInputDevices.txt \ > + XOpenDevice.txt \ > + XQueryDeviceState.txt \ > + XSelectExtensionEvent.txt \ > + XSendExtensionEvent.txt \ > + XSetDeviceButtonMapping.txt \ > + XSetDeviceFocus.txt \ > + XSetDeviceMode.txt \ > + XSetDeviceValuators.txt \ > $(XI2_txt) and this one here > > # Name of DocBook XML files generated from .txt files by asciidoc > @@ -75,39 +75,39 @@ libman_xml = $(libman_txt:.txt=.xml) > # Shadow man pages are simply links to a main man page. > # They are created by the xmlto command when generating man pages from > DocBook > # The shadow man page contains a gtroff .so request to include the main man > page > -XI2_shadows = \ > - XIUndefineCursor.man \ > - XIUngrabButton.man \ > - XIGrabKeycode.man \ > - XIUngrabKeycode.man \ > - XIUngrabDevice.man \ > - XIUngrabEnter.man \ > - XIGrabFocusIn.man \ > - XIUngrabFocusIn.man \ > - XIGetClientPointer.man \ > - XIGetFocus.man \ > - XIGetSelectedEvents.man \ > - XIDeleteProperty.man \ > - XIGetProperty.man \ > +XI2_shadows = \ > + XIUndefineCursor.man \ > + XIUngrabButton.man \ > + XIGrabKeycode.man \ > + XIUngrabKeycode.man \ > + XIUngrabDevice.man \ > + XIUngrabEnter.man \ > + XIGrabFocusIn.man \ > + XIUngrabFocusIn.man \ and these ones > + XIGetClientPointer.man \ > + XIGetFocus.man \ > + XIGetSelectedEvents.man \ > + XIDeleteProperty.man \ > + XIGetProperty.man \ > XIFreeDeviceInfo.man > > -libman_shadows = \ > - XGetDeviceDontPropagateList.man \ > - XChangeDeviceControl.man \ > - XChangeDeviceKeyMapping.man \ > - XSetDeviceModifierMapping.man \ > - XChangeFeedbackControl.man \ > - XUngrabDeviceButton.man \ > - XUngrabDeviceKey.man \ > - XUngrabDevice.man \ > - XDeviceTimeCoord.man \ > - XFreeDeviceList.man \ > - XCloseDevice.man \ > - XGetSelectedExtensionEvents.man \ > - XGetDeviceButtonMapping.man \ > - XGetDeviceFocus.man \ > - XChangeDeviceProperty.man \ > - XDeleteDeviceProperty.man \ > +libman_shadows = \ > + XGetDeviceDontPropagateList.man \ > + XChangeDeviceControl.man \ > + XChangeDeviceKeyMapping.man \ > + XSetDeviceModifierMapping.man \ > + XChangeFeedbackControl.man \ > + XUngrabDeviceButton.man \ > + XUngrabDeviceKey.man \ > + XUngrabDevice.man \ > + XDeviceTimeCoord.man \ > + XFreeDeviceList.man \ > + XCloseDevice.man \ > + XGetSelectedExtensionEvents.man \ > + XGetDeviceButtonMapping.man \ > + XGetDeviceFocus.man \ > + XChangeDeviceProperty.man \ > + XDeleteDeviceProperty.man \ > $(XI2_shadows) and this one Cheers, Peter > > # Name of man page files generated from DocBook XML files by xmlto > -- > 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
