summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:38 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:38 +0000
commit0207f788fa51e336dcf9d93dd2b814829beca9d7 (patch)
treec7ccb649cd64b7b6f58572241b21f75c3044661e
parentdc9758a53f1d3495dc8e020f7738dc985c131b1e (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 6ad3291..71f3a84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ setxkbmap_SOURCES = \
appman_SOURCES = \
setxkbmap.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)