summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:44 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:44 +0000
commit7ebdd01ac939fdbe290d14a6c80a7d4aaf555347 (patch)
treea97a79ed24cbe0e8c20cd3c7a7902ac73e88ae39
parent0fdfec2cbbd3ac47a2c67e5a6bf5594a300c92be (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 67a07d3..01e84ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -62,7 +62,7 @@ EXTRA_DIST += Scale.txt
EXTRA_DIST += xmag.icon
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)