summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:39 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:39 +0000
commit96700fc277e1a211aca0fe1b2e87d87d7f359fcc (patch)
tree701ff8245639940084574a17a0758aab413411ac
parentca0fb29b3fe6e8b574dfe2e692734127ab7a3d43 (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 c5f2ec7..7e7ee1e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,7 +35,7 @@ appman_SOURCES = \
EXTRA_DIST = bitmaps/mail-down bitmaps/mail-up bitmaps/mail-down-mask bitmaps/mail-up-mask
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)