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 | 35101f83cc13a9989a0a505afbe1557e2eb2b431 (patch) | |
tree | 4b88139f54966cf887bf6608804a23b65cd49b43 /Makefile.am | |
parent | 7494ff7b73b4bf0b3d01703f2b8d9bcbcb032c89 (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 84df775..df7a06a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ mkfontscale_SOURCES = \ appman_SOURCES = mkfontscale.man -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_SOURCES:man=@APP_MAN_SUFFIX@) |