mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2026-05-08 03:08:10 +02:00
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
This commit is contained in:
parent
47043f5e93
commit
af09e8d8ed
2 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* man/Makefile.am:
|
||||
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
|
||||
|
||||
2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
libmandir = $(LIB_MAN_DIR)
|
||||
|
||||
libman_SOURCES = Xcursor.man
|
||||
libman_DATA = $(libman_SOURCES:man=@LIB_MAN_SUFFIX@)
|
||||
libman_PRE = Xcursor.man
|
||||
libman_DATA = $(libman_PRE:man=@LIB_MAN_SUFFIX@)
|
||||
|
||||
all-local: $(libman_DATA)
|
||||
|
||||
EXTRA_DIST = $(libman_SOURCES)
|
||||
EXTRA_DIST = $(libman_PRE)
|
||||
CLEANFILES = $(libman_DATA)
|
||||
|
||||
SUFFIXES = .$(LIB_MAN_SUFFIX) .man
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue