summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:37 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:37 +0000
commitd3ae95c6b1d87c5842ba011b353da4cadb9fb066 (patch)
tree2897101d43e13a8d37e5c3edc0cd514111604232
parent60da31432b2994b24a15d4bad6b99a49134e2fa1 (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 2681f1d..aca827c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ mkfontdir: mkfontdir.cpp
EXTRA_DIST = mkfontdir.cpp
CLEANFILES = $(bin_SCRIPTS)
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)