diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-09-14 17:18:20 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-09-17 14:13:55 -0400 |
commit | c9b0fe521bab59d602cae57a9fcdaba53a2a9a00 (patch) | |
tree | 2b4aa84495e4f65893af767c64e3fb8879b65c71 /sgml | |
parent | cb2eae04b5edbc6c1d11a8903b30012a0cae1371 (diff) |
Install.sgml: remove until suitable replacement is available
The content is completely out of date (X11R6) and has not been
used since then.
Reviewed-by: alan.coopersmith@oracle.com
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'sgml')
-rw-r--r-- | sgml/Install.sgml | 50 | ||||
-rw-r--r-- | sgml/Makefile.am | 1 |
2 files changed, 0 insertions, 51 deletions
diff --git a/sgml/Install.sgml b/sgml/Install.sgml deleted file mode 100644 index 699ed44..0000000 --- a/sgml/Install.sgml +++ /dev/null @@ -1,50 +0,0 @@ -<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [ -<!ENTITY % defs SYSTEM "X11/defs.ent"> %defs; -]> - -<article> - -<articleinfo> - -<title>Installation Details for X11R&relvers;</title> -<author><firstname>The X.Org Foundation</firstname></author> -<pubdate>&reldate;</pubdate> - -<abstract> - -<para> -How to install the X.Org Foundation's X Window System release version -X11R&relvers;. -</para> - -</abstract> - -</articleinfo> - -<sect1> -<title>Introduction</title> - -<para> -At this time, the X.Org Foundation is not making binary releases; this -will likely change in the future as our tinderbox system reaches its -full potential. -</para> - -<para> -However, people are already packaging the distribution for release in -many of the common distributions (e.g., Fedora Core, SuSE Linux, -Debian), and you may wish to work with those distributors on their -packaged binaries. -</para> - -<para> -In the meanwhile, we recommend building X from source and doing an -install on top of your running X installation *after* having carefully -backed up /usr/X11R6 to allow restoration in case of some unanticipated -problems. See the file INSTALL.TXT in the root of the source -distribution for build and install details. -</para> - -</sect1> - -</article> diff --git a/sgml/Makefile.am b/sgml/Makefile.am index 11f6fc3..90cdb7f 100644 --- a/sgml/Makefile.am +++ b/sgml/Makefile.am @@ -24,7 +24,6 @@ SUBDIRS = fonts graphics input platforms security x11docdir = $(docdir) SGML_FILES = \ - Install.sgml \ LICENSE.sgml \ README.sgml \ RELNOTES.sgml \ |