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
commit837f6e226dfcc1f08669c2a9353706f51c06948e (patch)
treedf5bc5e24a99243cbb01b92ef3f42d92d876fd05 /Makefile.am
parent86c3aed84692ba2e8abba4e71e095be1c74a1472 (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 139cf6b..ccbefa9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,7 +67,7 @@ EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) xdit.bm xdit_mask.bm
CLEANFILES = $(APPDEFAULTFILES)
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)