diff options
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/doc/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/doc/README | 30 |
2 files changed, 34 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 75b8053de..cd20e8770 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-02-23 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> + + * README: New file. + 2005-01-31 Corinna Vinschen <corinna@vinschen.de> * cygwinenv.sgml: Add words for (no)traverse option. diff --git a/winsup/doc/README b/winsup/doc/README new file mode 100644 index 000000000..1f1e15419 --- /dev/null +++ b/winsup/doc/README @@ -0,0 +1,30 @@ +The cygwin-doc source files are kept in CVS. Please see +http://cygwin.com/cvs.html for more information. + +BUILD REQUIREMENTS: + +ash +bzip2 +coreutils +cygwin +docbook-xml42 +docbook-xsl +gzip +make +texinfo +perl +xmlto + + +OTHER NOTES: + +You may use docbook2X to convert the DocBook files into info pages. +I have not been able to get a working docbook2X installation on Cygwin, +so currently I convert the files on a machine running GNU/Linux. PDF +generation is also problematic; I use 'jw -b pdf' right now but have +also used 'xmlto pdf' and jade. + +A few handmade files (cygwin.texi, intro.3, etc.) are found in the +cygwin-doc-x.y-z-src.tar.bz2 package. It also contains the utilities for +building the cygwin-doc-x.y-z "binary" package--simply run each step in +the cygwin-doc-x.y-z.sh script. |