diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2001-07-04 23:36:16 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2001-07-04 23:36:16 +0000 |
commit | c3ac95e25860d3c2699d87e26b184b3923c025ff (patch) | |
tree | a805a2bd4ea0c2c51d242026f8677f5b2eb28c54 /winsup/doc/how-programming.texinfo | |
parent | 0ef44b84e66a00d8eda30ea8cbd53331f7948b0c (diff) | |
download | newlib-c3ac95e25860d3c2699d87e26b184b3923c025ff.zip newlib-c3ac95e25860d3c2699d87e26b184b3923c025ff.tar.gz newlib-c3ac95e25860d3c2699d87e26b184b3923c025ff.tar.bz2 |
"How do I rebuild the tools on my NT box?": texi2html now provided.
Diffstat (limited to 'winsup/doc/how-programming.texinfo')
-rw-r--r-- | winsup/doc/how-programming.texinfo | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/winsup/doc/how-programming.texinfo b/winsup/doc/how-programming.texinfo index 91e8d37..bb6f405 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). |