summaryrefslogtreecommitdiffstats
path: root/winsup/doc/how.texinfo
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2000-09-12 13:40:36 +0000
committerDavid Starks-Browning <starksb@ebi.ac.uk>2000-09-12 13:40:36 +0000
commit2ba1dec34eed4a9787798e5398321a4f6a9ce18c (patch)
tree710b006b652b9ef1f12ecf1c6a7a7c607745abd7 /winsup/doc/how.texinfo
parenta7edd2fbce1ac281591f67f891912b3aa151e6e4 (diff)
downloadcygnal-2ba1dec34eed4a9787798e5398321a4f6a9ce18c.tar.gz
cygnal-2ba1dec34eed4a9787798e5398321a4f6a9ce18c.tar.bz2
cygnal-2ba1dec34eed4a9787798e5398321a4f6a9ce18c.zip
Update "How do I rebuild the tools on my NT box?": add links to ancillary doc tools.
Diffstat (limited to 'winsup/doc/how.texinfo')
-rw-r--r--winsup/doc/how.texinfo13
1 files 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).