summaryrefslogtreecommitdiff
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
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)
-rw-r--r--helper/Makefile.am2
-rw-r--r--plugin/Makefile.am2
2 files changed, 2 insertions, 2 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@)
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index e815212..24a1d2d 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -39,7 +39,7 @@ libxrx_la_SOURCES = \
appman_SOURCES = libxrx.man
-appmandir = $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)