summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:45 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:45 +0000
commit6805b1f303fad5c194fd76b9208a981c80b7c7fc (patch)
treed04b6bed2eb1da13936f8be92ba420a96c1b13ed
parentadbc0b1f5584ecbce974446419deb9f76fd486d2 (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 e985044..064fabb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ CLEANFILES = $(APPDEFAULTFILES)
EXTRA_DIST += xmore.sgml
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)