From abc6aa50fb52fa4fa9b9436dbc3a70f86e62dc27 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 1 Oct 2005 06:27:12 +0000 Subject: [PATCH] Oops - fix build/install of fbdevhw.man --- hw/xfree86/fbdevhw/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/fbdevhw/Makefile.am b/hw/xfree86/fbdevhw/Makefile.am index 9f8929b46..03f3cad0a 100644 --- a/hw/xfree86/fbdevhw/Makefile.am +++ b/hw/xfree86/fbdevhw/Makefile.am @@ -14,8 +14,10 @@ AM_CFLAGS = $(XORG_CFLAGS) sdk_HEADERS = fbdevhw.h +include $(top_srcdir)/cpprules.in + drivermandir = $(mandir)/man$(DRIVER_MAN_SUFFIX) -driverman_DATA = fbdevhw.man.$(DRIVER_MAN_SUFFIX) +driverman_DATA = fbdevhw.$(DRIVER_MAN_SUFFIX) CLEANFILES = $(driverman_DATA) fbdevhw.$(DRIVER_MAN_SUFFIX): fbdevhw.man