diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:05:09 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-28 22:05:09 +0000 |
commit | 51a721a6dbb42702347aad3115147e4922fc1a25 (patch) | |
tree | ff3bfbd696fb4ac895916152145d42c81eee8730 /hw/xfree86/fbdevhw | |
parent | 381931b15b15d0a2ec384b0c22864412c44f9c6e (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 'hw/xfree86/fbdevhw')
-rw-r--r-- | hw/xfree86/fbdevhw/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/fbdevhw/Makefile.am b/hw/xfree86/fbdevhw/Makefile.am index 11df42352..3ab56630b 100644 --- a/hw/xfree86/fbdevhw/Makefile.am +++ b/hw/xfree86/fbdevhw/Makefile.am @@ -16,7 +16,7 @@ sdk_HEADERS = fbdevhw.h include $(top_srcdir)/cpprules.in -drivermandir = $(mandir)/man$(DRIVER_MAN_SUFFIX) +drivermandir = $(DRIVER_MAN_DIR) driverman_DATA = fbdevhw.$(DRIVER_MAN_SUFFIX) CLEANFILES = $(driverman_DATA) fbdevhw.man |