summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:00:24 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:00:24 +0000
commit63a8c2b8f99004b00c51b7dfa0222feed244e6c3 (patch)
tree33fbaaa1b68d07ab55498f53fb574ce5638a0c9d
parent4aa61aed87e43e660386ce5f41754ec2f675f1dc (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 eb2a7a1..8752632 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ CLEANFILES = xmkmf
EXTRA_DIST = xmkmf.cpp
# Man page
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_SOURCES = xmkmf.man
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)