diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:39 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:01:39 +0000 |
commit | 81d2d1208b1445f60e10186b61e472b22ac47712 (patch) | |
tree | fa8efa72a3b702cd31269aaf69ef7acf13803d56 /man | |
parent | 6897ce2b13a0b651c8bb56b833e51125d678ea81 (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 'man')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index a4c17cd..fa71b53 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -25,7 +25,7 @@ # from the copyright holders. # -appmandir = $(mandir)/man$(APP_MAN_SUFFIX) +appmandir = $(APP_MAN_DIR) appman_SOURCES = twm.man |