From 15470956794d19c3b1ee0d17e727e0a77436518f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 28 Nov 2005 22:01:43 +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 366cae1..2771b30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ xinit_LDADD = $(XINIT_LIBS) xinit_SOURCES = \ xinit.c -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_SOURCES = \ startx.man \ -- cgit v1.2.3