summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:44 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:44 +0000
commitc41494f146e98abf24159891cfb4f623abd32aa1 (patch)
tree50844b769738d5c5282f65e41acd0c730b8c1be4
parent5da8a3aae794223262a6baa67be735b15d251823 (diff)
downloadxlsatoms-c41494f146e98abf24159891cfb4f623abd32aa1.tar.gz
xlsatoms-c41494f146e98abf24159891cfb4f623abd32aa1.tar.bz2
xlsatoms-c41494f146e98abf24159891cfb4f623abd32aa1.zip
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 dd9525b..24135b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ appman_SOURCES = \
xlsatoms.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)