From: Alan Coopersmith Date: Mon, 28 Nov 2005 22:01:48 +0000 (+0000) Subject: Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update... X-Git-Tag: submit/tizen/20130910.025321~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b11987d1cce9b6eef3dc5150857db998a7b7602;p=platform%2Fupstream%2Fxwud.git 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) Change-Id: I5bcbfbfb6b64e4645626e05405d12d0071437c06 --- diff --git a/Makefile.am b/Makefile.am index 3f5e9c0..b079e4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ appman_SOURCES = \ xwud.man -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)