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 | 4c738dba961b3eae69e466a0bfcd8e6e3e539675 (patch) | |
tree | edb0d5f4868cf030099118c23de94c5ce4a63470 | |
parent | 9460f736b6f61687b20e91e0a02aa81c879d7e4f (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 a8da4be..8dde1b9 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 = \ Xv.man \ |