summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-08-16 19:28:57 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-08-16 19:28:57 -0400
commit42b7717c32b3c7097180667a9ba2f62e40fc6506 (patch)
tree6ecc2f503bd3c2b683a9854f52e3dce814b924cc
parent862bc06d58152e74e85fc29db7eaec06af20e00b (diff)
downloadxorg-lib-libXcursor-42b7717c32b3c7097180667a9ba2f62e40fc6506.tar.gz
man: whitespace management
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--man/Makefile.am65
1 files changed, 33 insertions, 32 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 1a102ed..0be4444 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,39 +1,40 @@
libmandir = $(LIB_MAN_DIR)
-libman_PRE = Xcursor.man \
+libman_PRE = \
+ Xcursor.man \
$(Xcursor_shadows:=.man)
-Xcursor_shadows = \
- XcursorImageCreate \
- XcursorImageDestroy \
- XcursorImagesCreate \
- XcursorImagesDestroy \
- XcursorCursorsCreate \
- XcursorCursorsDestroy \
- XcursorXcFileLoadImage \
- XcursorXcFileLoadImages \
- XcursorXcFileLoadAllImages \
- XcursorXcFileLoad \
- XcursorXcFileSave \
- XcursorFilenameLoadImage \
- XcursorFilenameLoadImages \
- XcursorFilenameLoadAllImages \
- XcursorFilenameLoad \
- XcursorFilenameSaveImages \
- XcursorFilenameSave \
- XcursorLibraryLoadImage \
- XcursorLibraryLoadImages \
- XcursorFilenameLoadCursor \
- XcursorLibraryLoadCursor \
- XcursorLibraryLoadCursors \
- XcursorShapeLoadImage \
- XcursorShapeLoadImages \
- XcursorShapeLoadCursor \
- XcursorShapeLoadCursors \
- XcursorSupportsARGB \
- XcursorSetDefaultSize \
- XcursorGetDefaultSize \
- XcursorSetTheme \
+Xcursor_shadows = \
+ XcursorImageCreate \
+ XcursorImageDestroy \
+ XcursorImagesCreate \
+ XcursorImagesDestroy \
+ XcursorCursorsCreate \
+ XcursorCursorsDestroy \
+ XcursorXcFileLoadImage \
+ XcursorXcFileLoadImages \
+ XcursorXcFileLoadAllImages \
+ XcursorXcFileLoad \
+ XcursorXcFileSave \
+ XcursorFilenameLoadImage \
+ XcursorFilenameLoadImages \
+ XcursorFilenameLoadAllImages \
+ XcursorFilenameLoad \
+ XcursorFilenameSaveImages \
+ XcursorFilenameSave \
+ XcursorLibraryLoadImage \
+ XcursorLibraryLoadImages \
+ XcursorFilenameLoadCursor \
+ XcursorLibraryLoadCursor \
+ XcursorLibraryLoadCursors \
+ XcursorShapeLoadImage \
+ XcursorShapeLoadImages \
+ XcursorShapeLoadCursor \
+ XcursorShapeLoadCursors \
+ XcursorSupportsARGB \
+ XcursorSetDefaultSize \
+ XcursorGetDefaultSize \
+ XcursorSetTheme \
XcursorGetTheme
libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)