Mon Jan 13 12:35:11 CST 2003 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>

(cygwin-users-guide)
The packages required to build the Cygwin user's guide are unfortunately
not yet part of the Cygwin distribution. For a time, there were testing
packages available for DocBook on Cygwin, but they are no longer available.
For a limited time only, they can be downloaded by adding as a mirror:

http://ns1.iocc.com/~joshua/cygwin/docbook/

and selecting "cygwin-doc-build" from the "Doc" category.
This will pull in all required packages. (Warning: this includes
some large packages, including binutils, gcc, perl, and tetex).

Then, run /usr/bin/cygwin-doc-build and follow the instructions.

Then, to create the one-HTML-file, try this:

STYLE=/usr/lib/sgml/stylesheets/cygnus-both.dsl
cat cygwin-ug-net.sgml|jade -d ${STYLE} -t sgml -ihtml -V nochunks >cygwin-ug-net-nochunks.html

For PDF try these commands:

openjade.exe -t tex -d ${STYLE} cygwin-ug-net.sgml
pdfjadetex cygwin-ug-net.tex 
pdfjadetex cygwin-ug-net.tex 
pdfjadetex cygwin-ug-net.tex 

If you do not have a working pdfjadetex installation, you can perform the pdfjadetex on
an machine with one. You need to run it several times to get the Table of Contents correct.
