summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-06-13 19:26:30 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-06-13 19:26:30 -0400
commitc46b3ca0418dedfa7a8a526f014dc2e43c4f785d (patch)
tree588499347a8785a00b85a16354a3c4183b561167
parentdd7a59d040c7a6b6b721f241537c3426d9865c7f (diff)
README: keep the text version of README, discard the sgml version
The linuxdoc doc tool is deprecated. README files are exclusively text files. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--Makefile.am7
-rw-r--r--README.sgml69
-rw-r--r--configure.ac2
3 files changed, 1 insertions, 77 deletions
diff --git a/Makefile.am b/Makefile.am
index 99b6082..33384c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,12 +21,7 @@
SUBDIRS = src man
MAINTAINERCLEANFILES = ChangeLog INSTALL
-if BUILD_LINUXDOC
-README: README.sgml
- $(MAKE_TEXT) README.sgml && mv README.txt README
-endif
-
-EXTRA_DIST = XF86Config.indy README.sgml
+EXTRA_DIST = XF86Config.indy
.PHONY: ChangeLog INSTALL
diff --git a/README.sgml b/README.sgml
deleted file mode 100644
index 750b3a1..0000000
--- a/README.sgml
+++ /dev/null
@@ -1,69 +0,0 @@
-<!DOCTYPE linuxdoc PUBLIC "-//Xorg//DTD linuxdoc//EN" [
-<!ENTITY % defs SYSTEM "X11/defs.ent"> %defs;
-]>
-
-<article>
-<title>Information for newport Users
-<author>Guido G&uuml;nther
-<date>24 February 2003
-<toc>
-
-<sect>Supported Hardware
-<p>
-This is an unaccelerated driver for the SGI newport cards (a.k.a. XL) as found
-in the SGI Indy and Indigo2. Both the 8bit and 24bit versions are tested and
-working.
-
-<sect>Features
-<p>
-<itemize>
- <item>Support for 8 and 24 bit pixel depths
- <item>Hardware cursor support to reduce flicker
-</itemize>
-
-<sect>Notes
-<p>
-<itemize>
- <item>X -configure does not generate a xorg.conf file.
- <item>There's only a 1280x1024 mode.
-</itemize>
-
-
-<sect>Configuration
-<p>
-The driver auto-detects all device information necessary to
-initialize the card on the Indy. The only lines you need in the "Device"
-section of your xorg.conf file are:
-<verb>
- Section "Device"
- Identifier "SGI newport"
- Driver "newport"
- EndSection
-</verb>
-Indigo2 users have to use the BusID option as documented below.
-
-However, if you have problems with auto-detection, you can specify:
-<itemize>
- <item>bitplanes - number of physical bitplanes (8 or 24)
- <item>HWCursor - enable or disable hardware cursor
- <item>BusID - set this to "1" on the Indigo2 XL
-</itemize>
-
-<sect>Authors
-<p>
-<itemize>
- <item>Guido Guenther <url url="mailto:agx@sigxcpu.org">
-</itemize>
-
-
-<sect>Acknowledgements
-<p>
-<itemize>
- <item>Gleb O. Raiko <url url="mailto:raiko@niisi.msk.ru"> for getting the beast to build
- <item>Ralf Baechle <url url="mailto:ralf@oss.sgi.com"> for his patience...
- <item>Ulf Carlsson <url url="mailto:ulfc@calypso.engr.sgi.com"> for comments and elf loader code
- <item>Nina A. Podolskaya <url url="mailto:nap@niisi.msk.ru"> for elf loader code
- <item>all the guys who wrote the newport_con linux kernel code
-</itemize>
-
-</article>
diff --git a/configure.ac b/configure.ac
index 9a0484c..61833ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,8 +72,6 @@ AC_SUBST([moduledir])
DRIVER_NAME=newport
AC_SUBST([DRIVER_NAME])
-XORG_CHECK_LINUXDOC
-
AC_OUTPUT([
Makefile
src/Makefile