summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:40 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:40 +0000
commiteace59cc41e57fd48e22be043cefb5bdee60a0d6 (patch)
treea2ba425866832612756360d4644298607c195100 /Makefile.am
parent06dcef110dc99a939ff2cfbc68ba85b4635cb055 (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 52f7eb3..4a00da3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -98,7 +98,7 @@ endif
# xdm man page
#
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_SOURCES = xdm.man.cpp
appman_DATA = $(appman_SOURCES:man.cpp=@APP_MAN_SUFFIX@)