summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:48 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:48 +0000
commit5898d50e437e95fe43da28da84a9f7746547ffd0 (patch)
tree7bdd59372bbf1d54f61d0f2aed8a4a020ec63915
parente2b49239bc7eadb51ffab09a177aeccf6c61e888 (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 3f5e9c0..b079e4c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ appman_SOURCES = \
xwud.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)