mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2026-05-09 10:38:33 +02:00
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
This commit is contained in:
parent
328e88110f
commit
a3ddd7c6aa
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
libmandir = $(mandir)/man$(LIB_MAN_SUFFIX)
|
||||
libmandir = $(LIB_MAN_DIR)
|
||||
|
||||
libman_SOURCES = Xcursor.man
|
||||
libman_DATA = $(libman_SOURCES:man=@LIB_MAN_SUFFIX@)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue