diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:04:06 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:04:06 +0000 |
commit | 051ba5fa7e006ea1e4d5fdf04deb873df9fb8c41 (patch) | |
tree | 0eb8a601c6e1a887019a3c0ce68760de7d223f5b | |
parent | f2c9674fd89503373895defabf4a766c5ab5c550 (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-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 7b236cb..071aeda 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -25,7 +25,7 @@ # from the copyright holders. # -drivermandir = $(mandir)/man$(DRIVER_MAN_SUFFIX) +drivermandir = $(DRIVER_MAN_DIR) #driverman_SOURCES = @DRIVER_NAME@.man |