summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:43 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:43 +0000
commit15470956794d19c3b1ee0d17e727e0a77436518f (patch)
treebabe34216d5a3a071f791a685a7c31fff7df106c
parent66b04609fdf1910588e05f74f772441c712ed0cc (diff)
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 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 \