Adding more doc files & fbdevhw man page

This commit is contained in:
Alan Coopersmith 2005-10-01 06:19:02 +00:00
parent b5ce065a5e
commit 13e0db19d8
4 changed files with 12 additions and 4 deletions

View File

@ -10,4 +10,4 @@ INCLUDES = $(XORG_INCS) -I$(srcdir)/../i2c
AM_CFLAGS = $(XORG_CFLAGS)
EXTRA_DIST = ddcPriv.h
EXTRA_DIST = ddcPriv.h DDC.HOWTO

View File

@ -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

View File

@ -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

View File

@ -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