From d6d0baef6dd91cc1c3d3d701ad83ec095f02630c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 28 Nov 2005 22:03:05 +0000 Subject: 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) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3