summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:42 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:42 +0000
commit5dfb2831c12bfbeff3f8f54f27f4d8f0e35c3134 (patch)
tree3964062372429d6122603630c809ce67e4f8e8e6 /Makefile.am
parentac983da50c30042cd3c408b8fb6125d20009b274 (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 e4d34f0..80d0238 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,7 +78,7 @@ EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) tile Bugs \
CLEANFILES = $(APPDEFAULTFILES)
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)