summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:42 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:42 +0000
commit932e1834195eb85b291b29bac4719cd02830dcc4 (patch)
treee583286fa8b5f3ef698e7ff517e91e329454170d /Makefile.am
parent02640671a2ef2c5240d87f96f1b3518ac0026a6d (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)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b311775..14ebccb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,7 +107,7 @@ config_DATA = config
EXTRA_DIST = xfs.def config.cpp
CLEANFILES = config
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)