summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils/kbd_mode
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:05:09 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:05:09 +0000
commit51a721a6dbb42702347aad3115147e4922fc1a25 (patch)
treeff3bfbd696fb4ac895916152145d42c81eee8730 /hw/xfree86/utils/kbd_mode
parent381931b15b15d0a2ec384b0c22864412c44f9c6e (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 'hw/xfree86/utils/kbd_mode')
-rw-r--r--hw/xfree86/utils/kbd_mode/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/utils/kbd_mode/Makefile.am b/hw/xfree86/utils/kbd_mode/Makefile.am
index 9b7f0abd6..8469b6047 100644
--- a/hw/xfree86/utils/kbd_mode/Makefile.am
+++ b/hw/xfree86/utils/kbd_mode/Makefile.am
@@ -43,7 +43,7 @@ kbd_mode_SOURCES = sun-kbd_mode.c
MAN_SRC = sun-kbd_mode.man.pre
endif
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_SOURCES = kbd_mode.man
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)