From 2ba1dec34eed4a9787798e5398321a4f6a9ce18c Mon Sep 17 00:00:00 2001 From: David Starks-Browning Date: Tue, 12 Sep 2000 13:40:36 +0000 Subject: [PATCH] Update "How do I rebuild the tools on my NT box?": add links to ancillary doc tools. --- winsup/doc/how.texinfo | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/winsup/doc/how.texinfo b/winsup/doc/how.texinfo index e49d6b04b..7ad15e8a5 100644 --- a/winsup/doc/how.texinfo +++ b/winsup/doc/how.texinfo @@ -1006,10 +1006,17 @@ make > make.log 2>&1 make install > install.log 2>&1 @end example -This will normally attempt to build the documentation, which -additionally requires texinfo, texi2html, db2html and possibly others. +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 (or build OOTB). +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 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).