diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-10-03 21:22:07 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-10-03 21:22:07 +0000 |
commit | 431d0e144ae4c294e1f6110fc3db497ce9bd9cfd (patch) | |
tree | c35b7320f9a8e053c19d7b8a8549de4857bea8ff /configure.ac | |
parent | 9147c20e5ff662ac511a19e7623b406dffee2242 (diff) |
- 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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index eb91cadc..a3490fa2 100644 --- a/configure.ac +++ b/configure.ac @@ -164,6 +164,7 @@ AC_SUBST([DRI_CFLAGS]) AC_SUBST([moduledir]) XORG_RELEASE_VERSION +XORG_CHECK_LINUXDOC AC_OUTPUT([ Makefile |