summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:41 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:41 +0000
commit83a772ee412acc4cea221e1eb416dfb641f074ed (patch)
treec60dfe5e439bd86f9c9a39d5f11b19f1a53cca4f /Makefile.am
parent08e9327b251c7bebf85befe0c927ed82183ac874 (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)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 88dbdc0..7244abd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -203,7 +203,7 @@ EXTRA_DIST = \
lisp/test/stream.lsp \
lisp/test/widgets.lsp
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)