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 | bdf02be37894b3e1b87437a8a0186fbd57f80e38 (patch) | |
tree | cc9c7bf0e7823eabef52a013b2899bf1e98066e5 /Makefile.am | |
parent | 3a79f7e287e091102d56df996a19631709d99737 (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)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b3dd6c2..80314b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,7 @@ appman_SOURCES = \ xdpyinfo.man -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |