summaryrefslogtreecommitdiff
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
commit6dbafe93cd59e599bebf5d0fae7ecb87a42da8e1 (patch)
tree758da784389da82cf10957d66072b534c44282a6
parenta7fca74540833d1d1cf02e6455cd33a91951e6e1 (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 b01eafb..10b30bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,7 @@ xkbprint_SOURCES = \
appman_SOURCES = \
xkbprint.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)