From 10d0ef25d470935a9a0e0ddca34a61e594bb1250 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 28 Nov 2005 22:01:47 +0000 Subject: 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) --- helper/Makefile.am | 2 +- plugin/Makefile.am | 2 +- 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@) -- cgit v1.2.3