mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 16:58:06 +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
8d1500df66
commit
649c37b479
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Have to fake out automake by calling our man pages "DATA" since "MANS" won't
|
||||
# accept .3x as a valid man page suffix
|
||||
|
||||
libmandir = $(mandir)/man$(LIB_MAN_SUFFIX)
|
||||
libmandir = $(LIB_MAN_DIR)
|
||||
|
||||
libman_SOURCES = \
|
||||
AllPlanes.man \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue