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 | ce3092b8cdff25d771765fd64d391b56017b5735 (patch) | |
tree | a6a9dfdc8042e5b13d1ad0ec5369dd6dd4568bed | |
parent | c63cfdbe97d19ea664f23dda7fe07627325649ae (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 a16ec06..27106a2 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 |