diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:36 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:36 +0000 |
commit | 43f92f7d48025d32cf4afb13e551c69288785cea (patch) | |
tree | eb03ef6e0dc82d6e5db2c744485cd1a5412747e4 | |
parent | 4470242281e691908a30e7ed2d5e0bb999c57b7f (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 63c7e6e..aaf86a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ appman_SOURCES = \ fslsfonts.man -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |