diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:39 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:39 +0000 |
commit | 96700fc277e1a211aca0fe1b2e87d87d7f359fcc (patch) | |
tree | 701ff8245639940084574a17a0758aab413411ac | |
parent | ca0fb29b3fe6e8b574dfe2e692734127ab7a3d43 (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 c5f2ec7..7e7ee1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,7 +35,7 @@ appman_SOURCES = \ EXTRA_DIST = bitmaps/mail-down bitmaps/mail-up bitmaps/mail-down-mask bitmaps/mail-up-mask -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |