diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:43 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:43 +0000 |
commit | 194593e3c5079aae82b6154d8f8a7dc850a7e223 (patch) | |
tree | 79f37312b8a76ac9858dd69162f14e182a247c18 | |
parent | 478a694c026cb499e81577b8f803e54e30093566 (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 f547615..2a2f7f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ appman_SOURCES = \ xkill.man -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |