summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:39 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:39 +0000
commit31daf53e50be410f581f7b05d579136a8e1fd04a (patch)
tree3082220e5a51bb3538f279dc2b2bf758ba4832ef /Makefile.am
parent653fe719513d43e3ad42bb086f91fc00d8f79228 (diff)
downloadxorg-app-xauth-31daf53e50be410f581f7b05d579136a8e1fd04a.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 26d83aa..7eee1cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ xauth_SOURCES = \
appman_SOURCES = \
xauth.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)