From 9885aa10eeb6e42212a0e21861790b72adc3ce71 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 28 Nov 2005 22:04:07 +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) --- man/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/Makefile.am b/man/Makefile.am index 2f7166c..b687e60 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -25,7 +25,7 @@ # from the copyright holders. # -drivermandir = $(mandir)/man$(DRIVER_MAN_SUFFIX) +drivermandir = $(DRIVER_MAN_DIR) driverman_SOURCES = @DRIVER_NAME@.man @COMPAT_DRIVER_NAME@.man -- cgit v1.2.1