summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:38 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:38 +0000
commit93b6b4cda7a0a2323a10405bb8b7af0e4a1a6110 (patch)
tree0aaaef5d3dcfc26fe30123e6b0764c4b28c7cf31
parent7b13cbbdbd82403fff16fbbde0c0150f051ebdfa (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 1696b67..112daa1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@ EXTRA_DIST= \
others/raveling.txt \
others/thomas.txt
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)