diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:03:07 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:03:07 +0000 |
commit | 2f295bd0ca857cc50b98170a91a98d94c6c1fab7 (patch) | |
tree | 83c0963b18db03fd44088db9552ad355956861c0 | |
parent | a064437898064f0906e1676caa5823c8334e77c7 (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 cc773b3..6eacec1 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -19,7 +19,7 @@ # PERFORMANCE OF THIS SOFTWARE. # -libmandir = $(mandir)/man$(LIB_MAN_SUFFIX) +libmandir = $(LIB_MAN_DIR) libman_SOURCES = \ DMX.man \ |