summaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:47 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-28 22:01:47 +0000
commit10d0ef25d470935a9a0e0ddca34a61e594bb1250 (patch)
treef8b5db53d3260303a000fdf4ef4975b5011ec631 /helper
parentf999154e48e07788270e25b02d370f140c96d097 (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 'helper')
-rw-r--r--helper/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index 994dfdd..da09fac 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -41,7 +41,7 @@ xrx_SOURCES = \
appman_SOURCES = xrx.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)