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:45 +0000 (22:01 +0000)
committerAlan Coopersmith <Alan.Coopersmith@sun.com>
Mon, 28 Nov 2005 22:01:45 +0000 (22:01 +0000)
    update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

Makefile.am

index be062b8..aaaaf7a 100644 (file)
@@ -38,7 +38,7 @@ appman_SOURCES = \
 EXTRA_DIST = \
        swap.km
 
-appmandir =  $(mandir)/man$(APP_MAN_SUFFIX)
+appmandir = $(APP_MAN_DIR)
 
 appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@)