mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2026-01-10 08:10:21 +01:00
man: reorder makefile statements
No functional change. Shadows are part of libman_PRE. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
parent
b18568dd5b
commit
862bc06d58
1 changed files with 12 additions and 13 deletions
|
|
@ -3,19 +3,6 @@ libmandir = $(LIB_MAN_DIR)
|
|||
libman_PRE = Xcursor.man \
|
||||
$(Xcursor_shadows:=.man)
|
||||
|
||||
libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
|
||||
|
||||
EXTRA_DIST = $(libman_PRE)
|
||||
CLEANFILES = $(libman_DATA)
|
||||
|
||||
SUFFIXES = .$(LIB_MAN_SUFFIX) .man
|
||||
|
||||
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
|
||||
MAN_SUBSTS += -e 's|__XCURSORPATH__|$(XCURSORPATH_LIST)|g'
|
||||
|
||||
.man.$(LIB_MAN_SUFFIX):
|
||||
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
|
||||
|
||||
Xcursor_shadows = \
|
||||
XcursorImageCreate \
|
||||
XcursorImageDestroy \
|
||||
|
|
@ -49,3 +36,15 @@ Xcursor_shadows = \
|
|||
XcursorSetTheme \
|
||||
XcursorGetTheme
|
||||
|
||||
libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
|
||||
|
||||
EXTRA_DIST = $(libman_PRE)
|
||||
CLEANFILES = $(libman_DATA)
|
||||
|
||||
SUFFIXES = .$(LIB_MAN_SUFFIX) .man
|
||||
|
||||
# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
|
||||
MAN_SUBSTS += -e 's|__XCURSORPATH__|$(XCURSORPATH_LIST)|g'
|
||||
|
||||
.man.$(LIB_MAN_SUFFIX):
|
||||
$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue