summaryrefslogtreecommitdiffstats
path: root/winsup
diff options
context:
space:
mode:
Diffstat (limited to 'winsup')
-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).