diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-08-15 17:46:52 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-08-16 11:15:17 -0400 |
commit | dbcca7e1296ae671964c55be13bfbb9113a600a0 (patch) | |
tree | 4902a003384110838cc597d07ab59d079414078c /man | |
parent | bc9f68de51ec7d3d88330ff843eccd6cbf9a93ad (diff) |
man: whitespace management
This style should make it easier to read filenames
in a large list.
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 144 |
1 files changed, 72 insertions, 72 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 4577d82..3c2fd08 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -24,50 +24,50 @@ libmandir = $(LIB_MAN_DIR) # Source files for X 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 \ + XIQueryDevice.txt \ + XIQueryPointer.txt \ + XIQueryVersion.txt \ + XISelectEvents.txt \ + XISetClientPointer.txt \ + XISetFocus.txt \ + XIWarpPointer.txt \ + XIListProperties.txt \ XIChangeProperty.txt # Source files for X 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 \ - $(XI2_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) # Name of DocBook XML files generated from .txt files by asciidoc libman_xml = $(libman_txt:.txt=.xml) @@ -75,40 +75,40 @@ 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 \ + 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 \ - $(XI2_shadows) +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) # Name of man page files generated from DocBook XML files by xmlto libman_PRE = $(libman_txt:.txt=.man) $(libman_shadows) |