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:
Alan Coopersmith 2005-11-28 22:03:04 +00:00
parent 8d1500df66
commit 649c37b479

View file

@ -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 \