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 | dbd43adfb46efddc1380895e192d96982470cb4d (patch) | |
tree | 6eab2a2f004dad4c467a4ae6376703421c522c74 | |
parent | 81f335d928ea693c6dff24c2a170010959b1cc1d (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 9fa23e5..ce4962f 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 = XDGA.man |