summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren Young <warren@etr-usa.com>2013-05-13 21:17:22 +0000
committerWarren Young <warren@etr-usa.com>2013-05-13 21:17:22 +0000
commite4ab61a8ab9b84a26fa22624e7049b50cafd4d19 (patch)
treefadf9e75cd866cd441a35d269c1a13be0a38fb83
parent73dfbd86bd59b5ce0ebadbbf9d712405ba4f1750 (diff)
downloadcygnal-e4ab61a8ab9b84a26fa22624e7049b50cafd4d19.tar.gz
cygnal-e4ab61a8ab9b84a26fa22624e7049b50cafd4d19.tar.bz2
cygnal-e4ab61a8ab9b84a26fa22624e7049b50cafd4d19.zip
Removed setup.xml and cygwin-ug.xml: they were not inputs to any of the
documentation outputs. Apparently they were the predecessors of setup-net.xml and cygwin-ug-net.xml. I don't know if for a time there were parallel versions of the manuals and one fork died, or if the cutover was clean and the old versions were just never removed. Either way, they're dead junk now.
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/cygwin-ug.xml11
-rw-r--r--winsup/doc/setup.xml52
3 files changed, 4 insertions, 64 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index bd6a93be2..769aa025a 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,9 +1,12 @@
+2013-05-13 Warren Young <warren@etr-usa.com>
+
+ * cygwin-ug.xml setup.xml: Removed; unused.
+
2013-05-06 Warren Young <warren@etr-usa.com>
* cygwin-api.in.xml (bookinfo): Reverted XInclude for legal.xml
fragment to a DOCTOOL include.
-
2013-05-03 Christopher Faylor <me.cygwin2013@cgf.cx>
* Makefile (FAQ_SOURCES): Use wildcard function to find sources in
diff --git a/winsup/doc/cygwin-ug.xml b/winsup/doc/cygwin-ug.xml
deleted file mode 100644
index 5647fa435..000000000
--- a/winsup/doc/cygwin-ug.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding='UTF-8'?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-
-<book id="cygwin-ug" xmlns:xi="http://www.w3.org/2001/XInclude">
- <xi:include href="ug-info.xml"/>
- <xi:include href="overview.xml"/>
- <xi:include href="setup.xml"/>
- <xi:include href="using.xml"/>
- <xi:include href="programming.xml"/>
-</book>
diff --git a/winsup/doc/setup.xml b/winsup/doc/setup.xml
deleted file mode 100644
index bea7d3fe3..000000000
--- a/winsup/doc/setup.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<?xml version="1.0" encoding='UTF-8'?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-
-<chapter id="setup" xmlns:xi="http://www.w3.org/2001/XInclude">
-<title>Setting Up Cygwin</title>
-
-<sect1><title>Cygwin Contents</title>
-
-<para>The following packages are included in the native Win32
-release of GNUPro:</para>
-
-<para>GNUPro development tools: binutils, bison, byacc, dejagnu,
-diff, expect, flex, gas, gcc, gdb, itcl, ld, libstdc++, make, patch,
-tcl, tix, tk</para>
-
-<para>GNUPro unsupported tools: ash, bash, bzip2, diff, fileutils,
-findutils, gawk, grep, gzip, m4, sed, shellutils, tar, textutils,
-time</para>
-
-</sect1>
-
-<sect1 id="installing-binaries"><title>Installing the binary release</title>
-
-<para>Load the GNUPro CD-ROM and run the installer. It will
-take you through the installation process, starting with asking for
-your install location. Once the installation is complete, there will
-be a new Program Files folder that you can use to obtain a shell
-from which you can run the tools.</para>
-
-<para>There are two remaining thing you should do from this
-prompt. First, you need to type <command>mkdir -p /tmp</command> to
-ensure that a temp directory exists for programs that expect to find
-one there.</para>
-
-<para>Second, depending on how you intend to use the tools, various
-programs may need to be able to find `/bin/sh'. You should `mkdir -p
-/bin' and put a copy of `sh.exe' there, removing the older version, if
-present. Note that you can use the `mount' utility to select which
-drive letter is mounted as `/'.</para>
-
-<para>If you should ever want to uninstall the tools, you may do so
-via the "Add/Remove Programs" control panel.</para>
-
-</sect1>
-
-<xi:include href="setup-dir.xml"/>
-<xi:include href="setup-env.xml"/>
-<xi:include href="ntsec.xml"/>
-<xi:include href="setup-reg.xml"/>
-<xi:include href="setup-mount.xml"/>
-</chapter>