summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:46 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:46 +0000
commit47e6c291ac25c8d83e7c70bc6bc4424d96cc8005 (patch)
treed8d75dec8031e3fde9aad4f8c64753515a476dc7
parent3ab40d98cb38bd4f86bf93324af33fc995f9d3fd (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 1e50e36..c8b08a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,7 +33,7 @@ appman_SOURCES = \
xprop.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)