diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:41 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:41 +0000 |
commit | 5777c79b762a65b1610ea59f7f3fd47241f797b6 (patch) | |
tree | f275f92d54b210a6a993c84020de470460125415 | |
parent | f206a4af9754100eadaa1ca621abf475d005e0de (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 cee4d7f..19d9284 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ xdriinfo_SOURCES = \ appman_SOURCES = \ xdriinfo.man -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |