summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:36 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:36 +0000
commit43f92f7d48025d32cf4afb13e551c69288785cea (patch)
treeeb03ef6e0dc82d6e5db2c744485cd1a5412747e4 /Makefile.am
parent4470242281e691908a30e7ed2d5e0bb999c57b7f (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 63c7e6e..aaf86a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@ appman_SOURCES = \
fslsfonts.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)