libc/winsup/doc
Corinna Vinschen f01ffdd1e5 * pathnames.sgml: Rephrase the "Case sensitive filenames" chapter
slightly.
2009-02-03 09:03:18 +00:00
..
ChangeLog * pathnames.sgml: Rephrase the "Case sensitive filenames" chapter 2009-02-03 09:03:18 +00:00
Makefile.in * Makefile.in: Temporarily add ability to generate pdfs. 2008-07-01 17:17:31 +00:00
README *README: New file. 2005-02-24 05:26:33 +00:00
aclocal.m4 update to newer autoconf 2006-05-24 16:59:03 +00:00
configure update to newer autoconf 2006-05-24 16:59:03 +00:00
configure.in update to newer autoconf 2006-05-24 16:59:03 +00:00
cygserver.sgml ChangeLog: 2009-01-21 17:14:39 +00:00
cygwin-api.in.sgml * cygwin-api.in.sgml: Add std-susv4 section to Compatibility chapter. 2008-04-24 10:00:04 +00:00
cygwin-ug-net.in.sgml * .sgml: Cleanup markup for XML validity. 2004-12-24 21:58:38 +00:00
cygwin-ug.in.sgml * Revamp documentation for Cygwin 1.7, part 1. 2008-07-17 11:49:45 +00:00
cygwin.dsl Update to switch FAQ from texinfo to DocBook. 2005-08-06 05:14:41 +00:00
cygwinenv.sgml ChangeLog: 2009-01-21 17:14:39 +00:00
dll.sgml * dll.sgml: myprog.ca -> myprog.c 2007-08-24 14:52:39 +00:00
doctool.c * doctool.c (scan_directory): Ignore "CVS" directories. 2006-01-12 11:31:55 +00:00
doctool.txt import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
effectively.sgml * Revamp documentation for Cygwin 1.7, part 1. 2008-07-17 11:49:45 +00:00
faq-api.xml Replace references to depracated Win32_Winsock macro with __USE_W32_WINSOCK 2006-06-02 04:35:26 +00:00
faq-problems.xml * faq-problems.html: Remove entry about hyperthreaded processor. 2005-12-30 19:26:07 +00:00
faq-programming.xml ChangeLog: 2009-01-21 17:14:39 +00:00
faq-resources.xml 2005-08-26 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2005-08-27 01:32:36 +00:00
faq-sections.xml 2005-09-25 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2005-09-26 00:29:51 +00:00
faq-setup.xml * faq-using.xml (faq.using.bloda): New entry. 2007-12-29 18:20:13 +00:00
faq-using.xml * faq-using.xml: Remove assertion that lpr doesn't exit. 2008-11-30 22:37:45 +00:00
faq-what.xml * faq-using.xml: Remove assertion that lpr doesn't exit. 2008-11-30 22:37:45 +00:00
faq.xml 2005-09-25 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2005-09-26 00:29:51 +00:00
fhandler-tut.txt * fhandler-tut.txt: Update description to cygwin 1.5.13 2005-04-20 04:26:34 +00:00
filemodes.sgml * Revamp documentation for Cygwin 1.7, part 1. 2008-07-17 11:49:45 +00:00
gcc.sgml * gcc.sgml: Use 'bash$' as Cygwin prompt throughout. 2008-12-15 09:37:50 +00:00
gdb.sgml * gcc.sgml: Use 'bash$' as Cygwin prompt throughout. 2008-12-15 09:37:50 +00:00
legal.sgml * Revamp documentation for Cygwin 1.7, part 1. 2008-07-17 11:49:45 +00:00
ntsec.sgml ChangeLog: 2009-01-21 17:14:39 +00:00
overview.sgml * Revamp documentation for Cygwin 1.7, part 1. 2008-07-17 11:49:45 +00:00
overview2.sgml * overview2.sgml: Reorganize and make minor wording changes. 2008-11-25 16:39:58 +00:00
pathnames.sgml * pathnames.sgml: Rephrase the "Case sensitive filenames" chapter 2009-02-03 09:03:18 +00:00
programming.sgml import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
setup-net.sgml * Revamp documentation for Cygwin 1.7, part 1. 2008-07-17 11:49:45 +00:00
setup.sgml * ntsec.sgml: Revisited description of `ntsec' according to 2000-05-02 22:26:41 +00:00
setup2.sgml * setup2.sgml: Clarify heap allocation. 2008-09-22 16:55:30 +00:00
textbinary.sgml * Revamp documentation for Cygwin 1.7, part 1. 2008-07-17 11:49:45 +00:00
using.sgml * cygserver.sgml: New file. 2004-03-27 15:59:44 +00:00
windres.sgml 2004-01-24 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 2004-01-24 08:09:45 +00:00

README

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.