diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:03:05 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:03:05 +0000 |
commit | a3ddd7c6aa895dd373a73957f0b18181d7f8f486 (patch) | |
tree | 28c02e74f1a07c2b8e98a357c60c592b64a5b4af | |
parent | 328e88110f43b18268c1fde62e9ce7247a797699 (diff) |
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)
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index c1abd06..e01e781 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -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@) |