From 431d0e144ae4c294e1f6110fc3db497ce9bd9cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Mon, 3 Oct 2005 21:22:07 +0000 Subject: - For all drivers that have a .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 .sgml to xf86-video-/README.sgml - Add all the README. 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. --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7052905..16e0502 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,3 +20,14 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = src man + +if BUILD_LINUXDOC +README.ati: README.ati.sgml + $(MAKE_TEXT) README.ati.sgml && mv README.ati.txt README.ati + +README.r128: README.r128.sgml + $(MAKE_TEXT) README.r128.sgml && mv README.r128.txt README.r128 + +endif + +EXTRA_DIST = README.ati README.r128 README.ati.sgml README.r128.sgml -- cgit v1.2.3