summaryrefslogtreecommitdiff
path: root/Makefile.am
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
commit8eb3737f5bce19b89c80d9ab256204f0fa62529b (patch)
tree0106317859bc01fe0acf0e675c447b45aae54b7b /Makefile.am
parentf19c3028c34a0dba4ffb9ae19c13421e7ff0ff12 (diff)
downloadxorg-app-xkbcomp-8eb3737f5bce19b89c80d9ab256204f0fa62529b.tar.gz
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 b95a79d..97af3e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,7 @@ EXTRA_DIST = \
README.config \
README.enhancing
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)