summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:44 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:44 +0000
commite0dfbe139da41143cdfc3c222110db790f160f3e (patch)
tree9576ae0c9fd1d3a9e5f227598dd5b88ab5bfe2c4 /Makefile.am
parente4156c926662a13bea5c59ecfc128dfd5b5f988c (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 4bbb86d..e2e5bef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,7 +76,7 @@ EXTRA_DIST = Xman-xprint.ad Xman-noxprint.ad
CLEANFILES = Xman
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)