diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:03:06 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:03:06 +0000 |
commit | 89f4aca8d76806edf51d4999223011cbff1c3f55 (patch) | |
tree | b4b6ceb178e1eef0a8878b18b35e6035ce40c731 | |
parent | bf2fcad15b7bf2c505f5478648bf6ecbc0be701a (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 787bf76..00e3662 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -25,7 +25,7 @@ # from the copyright holders. # -libmandir = $(mandir)/man$(LIB_MAN_SUFFIX) +libmandir = $(LIB_MAN_DIR) libman_SOURCES = Xrandr.man |