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
commit8a0747a21f9737212784c55b62044e86caf1fbc8 (patch)
tree2dd9d915958294b9a10b471ba326e5fc76be9805
parent5e4dec81bffb5f296773c43aa45f52dc354c1886 (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 be062b8..aaaaf7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ appman_SOURCES = \
EXTRA_DIST = \
swap.km
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)