From b8075ef13db08347876dd74b06bd5d05be00d9ff Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 28 Nov 2005 22:04:05 +0000 Subject: [PATCH] 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 a16ec06..27106a2 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 -- 2.32.0.93.g670b81a890