Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update... 70/9570/1
authorAlan Coopersmith <Alan.Coopersmith@sun.com>
Mon, 28 Nov 2005 22:01:48 +0000 (22:01 +0000)
committerSung-Jin Park <sj76.park@samsung.com>
Tue, 3 Sep 2013 04:25:42 +0000 (00:25 -0400)
Change-Id: I5bcbfbfb6b64e4645626e05405d12d0071437c06

Makefile.am

index 3f5e9c0..b079e4c 100644 (file)
@@ -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@)