diff --git a/hw/xfree86/ddc/Makefile.am b/hw/xfree86/ddc/Makefile.am index 1a1537ff5..7cfff4763 100644 --- a/hw/xfree86/ddc/Makefile.am +++ b/hw/xfree86/ddc/Makefile.am @@ -10,4 +10,4 @@ INCLUDES = $(XORG_INCS) -I$(srcdir)/../i2c AM_CFLAGS = $(XORG_CFLAGS) -EXTRA_DIST = ddcPriv.h +EXTRA_DIST = ddcPriv.h DDC.HOWTO diff --git a/hw/xfree86/fbdevhw/Makefile.am b/hw/xfree86/fbdevhw/Makefile.am index d346d9f82..9f8929b46 100644 --- a/hw/xfree86/fbdevhw/Makefile.am +++ b/hw/xfree86/fbdevhw/Makefile.am @@ -14,4 +14,12 @@ AM_CFLAGS = $(XORG_CFLAGS) sdk_HEADERS = fbdevhw.h -EXTRA_DIST = fbpriv.h +drivermandir = $(mandir)/man$(DRIVER_MAN_SUFFIX) +driverman_DATA = fbdevhw.man.$(DRIVER_MAN_SUFFIX) +CLEANFILES = $(driverman_DATA) + +fbdevhw.$(DRIVER_MAN_SUFFIX): fbdevhw.man + -rm -f fbdevhw.$(DRIVER_MAN_SUFFIX) + $(LN_S) fbdevhw.man fbdevhw.$(DRIVER_MAN_SUFFIX) + +EXTRA_DIST = fbpriv.h fbdevhw.man.pre README diff --git a/hw/xfree86/int10/Makefile.am b/hw/xfree86/int10/Makefile.am index 03debaf02..47b98b5b3 100644 --- a/hw/xfree86/int10/Makefile.am +++ b/hw/xfree86/int10/Makefile.am @@ -29,4 +29,4 @@ AM_CFLAGS = -D_PC -D_VM86_LINUX $(XORG_CFLAGS) libint10_la_SOURCES = stub.c xf86int10module.c endif -EXTRA_DIST = xf86x86emu.h +EXTRA_DIST = xf86x86emu.h INT10.HOWTO diff --git a/hw/xfree86/os-support/Makefile.am b/hw/xfree86/os-support/Makefile.am index 6c1fe0f27..6341e8daf 100644 --- a/hw/xfree86/os-support/Makefile.am +++ b/hw/xfree86/os-support/Makefile.am @@ -8,7 +8,7 @@ DIST_SUBDIRS = bsd bus drm misc linux solaris sdk_HEADERS = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \ xf86drmCompat.h assyntax.h xf86OSKbd.h xf86OSmouse.h -EXTRA_DIST = int10Defines.h xf86OSpriv.h +EXTRA_DIST = int10Defines.h xf86OSpriv.h README.OS-lib # to get the grouping semantics right, you have to glom these three together # as one library, otherwise libtool will actively defeat your attempts to