Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
authorAlan Coopersmith <Alan.Coopersmith@sun.com>
Mon, 28 Nov 2005 22:01:41 +0000 (22:01 +0000)
committerAlan Coopersmith <Alan.Coopersmith@sun.com>
Mon, 28 Nov 2005 22:01:41 +0000 (22:01 +0000)
    update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

Makefile.am

index b3dd6c2..80314b9 100644 (file)
@@ -56,7 +56,7 @@ appman_SOURCES = \
         xdpyinfo.man
 
 
-appmandir =  $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
 
 appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)