diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:04:08 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:04:08 +0000 |
commit | e167e5151e32d54919e96cbfdcf932e16b1cab2a (patch) | |
tree | 5a093f8d07485f051e2b77af7a1b32c9759da5b1 /man | |
parent | 0015b1a007bed61aaf389f8f927e4ae0568d7da7 (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 4085f45..7785b49 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 r128.man radeon.man |