diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-01 06:27:12 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-01 06:27:12 +0000 |
commit | abc6aa50fb52fa4fa9b9436dbc3a70f86e62dc27 (patch) | |
tree | 2885a94fb095148e3c7bcb67917fe554cae7d85d /hw/xfree86/fbdevhw | |
parent | 13e0db19d8c0b1df636f218bcbfbb2c54fa7576f (diff) |
Oops - fix build/install of fbdevhw.man
Diffstat (limited to 'hw/xfree86/fbdevhw')
-rw-r--r-- | hw/xfree86/fbdevhw/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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 |