diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:37 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:37 +0000 |
commit | c6b6664509b2278635d6e5c4033624ce9868dc58 (patch) | |
tree | 6a97a981b4fc7a05a05a67cd8d064de479ed655b | |
parent | 4e708575bf9fc40c3c163a411f8b094b81deb5b9 (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 ff72566..83c7329 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ appman_SOURCES = \ listres.man -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |