- For all drivers that have a <driver>.sgml file, add code in their build

system to build the README file at make dist time
- in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that
    will check if the required tools and files exist, and if so set a
    conditional.
- util/modular/symlink.sh
- Link all the <driver>.sgml to xf86-video-<driver>/README.sgml
- Add all the README.<driver> to the list of excluded files
- xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make
    it spew less warnings when the text file is built.
This commit is contained in:
Søren Sandmann Pedersen
2005-10-03 21:22:06 +00:00
parent 6b16d0c1fc
commit 7b90aace06
2 changed files with 9 additions and 0 deletions

View File

@@ -21,3 +21,10 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
if BUILD_LINUXDOC
README: README.sgml
$(MAKE_TEXT) README.sgml && mv README.txt README
endif
EXTRA_DIST = README.sgml

View File

@@ -66,6 +66,8 @@ AC_HEADER_STDC
XORG_RELEASE_VERSION
XORG_CHECK_LINUXDOC
AC_OUTPUT([
Makefile
src/Makefile