diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:45 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:45 +0000 |
commit | 8a0747a21f9737212784c55b62044e86caf1fbc8 (patch) | |
tree | 2dd9d915958294b9a10b471ba326e5fc76be9805 | |
parent | 5e4dec81bffb5f296773c43aa45f52dc354c1886 (diff) |
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)
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index be062b8..aaaaf7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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@) |