summaryrefslogtreecommitdiff
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
commitb7954fdcf2ad3298ad2b514d9e5336a9d87c9f22 (patch)
tree87ba25a7d8f405888231ef07bb75d764081583a1
parentc76fe7d3b795e61aff81672ea2ddd00fae1bd71e (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 62be8a5..3fdc614 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,7 +57,7 @@ EXTRA_DIST = \
CLEANFILES = $(APPDEFAULTFILES)
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)