summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:07:21 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:07:21 +0000
commit092577dbc7f5fe59bbec80b29f42bacb73844fa7 (patch)
treefe64462b673417f037e4e975e933fc1e62f8e430
parent27506bc355dd88c2ca8b3e14c8158dfb5d6e53b6 (diff)
downloadxorg-font-util-092577dbc7f5fe59bbec80b29f42bacb73844fa7.tar.gz
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 8d01ce6..e23e8b4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ mapfiles_DATA = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fontutil.pc
-appmandir = $(mandir)/man@APP_MAN_SUFFIX@
+appmandir = $(APP_MAN_DIR)
appman_SOURCES = bdftruncate.man ucs2any.man
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)