summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:03:05 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:03:05 +0000
commitd6d0baef6dd91cc1c3d3d701ad83ec095f02630c (patch)
tree8dabf30288e70a06cda7154aab9c10017e3c15ea
parent1272a96ff8c6ee8c1ff5fc23c421b79ea4c15f92 (diff)
downloadxorg-lib-libXau-d6d0baef6dd91cc1c3d3d701ad83ec095f02630c.tar.gz
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--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d8ee75f..a5c20dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ xauinclude_HEADERS = include/X11/Xauth.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xau.pc
-libmandir = $(mandir)/man$(LIB_MAN_SUFFIX)
+libmandir = $(LIB_MAN_DIR)
libman_SOURCES = Xau.man
BUILT_SOURCES = shadows.DONE
CLEANFILES = $(libman_DATA)