Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2001-07-05 03:36:16 +0400
committerDavid Starks-Browning <starksb@ebi.ac.uk>2001-07-05 03:36:16 +0400
commitc3ac95e25860d3c2699d87e26b184b3923c025ff (patch)
treea805a2bd4ea0c2c51d242026f8677f5b2eb28c54
parent0ef44b84e66a00d8eda30ea8cbd53331f7948b0c (diff)
"How do I rebuild the tools on my NT box?": texi2html now provided.
-rw-r--r--winsup/doc/how-programming.texinfo13
1 files changed, 3 insertions, 10 deletions
diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo
index 91e8d37da..bb6f405f1 100644
--- a/winsup/doc/how-programming.texinfo
+++ b/winsup/doc/how-programming.texinfo
@@ -235,16 +235,9 @@ make install > install.log 2>&1
@end example
Normally, this will also attempt to build the documentation, which
-additionally requires db2html, texi2html and possibly others.
-These tools are not included in the Cygwin distribution, but are readily
-obtainable:
-
-@table @samp
-@item db2html
-Part of docbook, from @file{http://sources.redhat.com/docbook-tools/}.
-@item texi2html
-From @file{http://www.mathematik.uni-kl.de/~obachman/Texi2html/}.
-@end table
+additionally requires db2html, and possibly other tools, which are not
+included in the Cygwin distribution. You can get db2html as part of
+docbook, from @file{http://sources.redhat.com/docbook-tools/}.
To check a cygwin1.dll, run "make check" in the winsup/cygwin directory.
If that works, install everything @emph{except} the dll (if you can).