src/winsup/doc ChangeLog Makefile.in

2014-11-28 Thread yselkowitz
CVSROOT:/cvs/src
Module name:src
Changes by: yselkow...@sourceware.org   2014-11-28 14:25:24

Modified files:
winsup/doc : ChangeLog Makefile.in 

Log message:
* Makefile.in (XSLTPROC): Remove.
(cygwin-ug-net/cygwin-ug-net.pdf): Build with xmlto pdf.
(cygwin-api/cygwin-api.pdf): Ditto.
(faq/faq.html): Fix extraneous anchor removal.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.515&r2=1.516
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.38&r2=1.39



src/winsup/doc ChangeLog Makefile.in configure ...

2014-10-22 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-10-22 20:04:42

Modified files:
winsup/doc : ChangeLog Makefile.in configure configure.ac 
 new-features.xml 

Log message:
* Makefile.in: Create install targets.
(cygwin-ug-net/cygwin-ug-net.pdf): Create subdir to allow building PDF
even if subdir is missing.
(cygwin-api/cygwin-api.pdf): Ditto.
* configure.ac: Add AC_PROG_INSTALL rule.
* configure: Regenerate.
* new-features.xml (ov-new1.7.33): Add installation of docs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.497&r2=1.498
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.37&r2=1.38
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/configure.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/configure.ac.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/new-features.xml.diff?cvsroot=src&r1=1.28&r2=1.29



src/winsup/doc ChangeLog Makefile.in faq-progr ...

2014-08-14 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2014-08-14 19:44:29

Modified files:
winsup/doc : ChangeLog Makefile.in faq-programming.xml 
 using.xml 
Added files:
winsup/doc : cygwin-api.xml path.xml posix.xml utils.xml 
Removed files:
winsup/doc : cygwin-api.in.xml doctool.c doctool.txt 

Log message:
* Makefile.in: Throughout use parenthesis instead of braces where
appropriate.
(DBXDIRS): Remove.
(XSLTPROC): Define for symmetry.  Use throughout.
(clean): Drop removing cygwin-api.xml and doctool.*.
(cygwin-api.xml): Drop rule.
(doctool): Drop rule.
(Makefile.dep): Add dependency to cygwin-api.xml.
* cygwin-api.in.xml: Rename to cygwin-api.xml.  Convert includes to
XML XInclude style.
* doctool.c: Remove.
* doctool.txt: Remove.
* faq-programming.xml: Drop reference to local utils.xml file.
* path.xml: Moved from ../cygwin and converted to XML.
* posix.xml: Ditto.
* using.xml: Drop relative path from utils.xml include.
* utils.xml: Moved from ../utils.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/cygwin-api.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/path.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/posix.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/utils.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.483&r2=1.484
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-programming.xml.diff?cvsroot=src&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/using.xml.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/cygwin-api.in.xml.diff?cvsroot=src&r1=1.2&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/doctool.c.diff?cvsroot=src&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/doctool.txt.diff?cvsroot=src&r1=1.1.1.1&r2=NONE



src/winsup/doc ChangeLog Makefile.in

2013-07-21 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2013-07-21 10:16:53

Modified files:
winsup/doc : ChangeLog Makefile.in 

Log message:
* Makefile.in (cygwin-ug-net/cygwin-ug-net.html): Add dependency to
cygwin.xsl.
(cygwin-api/cygwin-api.html): Ditto.
(cygwin-ug-net/cygwin-ug-net.pdf): Add dependency to fo.xsl.
(cygwin-api/cygwin-api.pdf): Ditto.
(cygwin-api.xml): Drop "." path component from doctool dependency.
Change Makefile to Makefile.in dep.
(doctool): Drop "." path component from target.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.452&r2=1.453
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.34&r2=1.35



src/winsup/doc ChangeLog Makefile.in fo.xsl

2013-07-20 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2013-07-20 10:44:51

Modified files:
winsup/doc : ChangeLog Makefile.in 
Added files:
winsup/doc : fo.xsl 

Log message:
* Makefile.in (cygwin-ug-net/cygwin-ug-net.pdf): Process input via
xsltproc and fop.
(cygwin-api/cygwin-api.pdf): Ditto.
* fo.xsl: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/fo.xsl.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.451&r2=1.452
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.33&r2=1.34



src/winsup/doc ChangeLog Makefile.in xidepend

2013-06-04 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2013-06-04 11:50:41

Modified files:
winsup/doc : ChangeLog Makefile.in xidepend 

Log message:
* Makefile.in: Add rule to rebuild Makefile if Makefile.in changes.
Include Makefile.dep last.
(Makefile.dep): Run xidepend within source dir.  Temporarily drop
faq.xml from dependencies.
* xidepend: Fix creating base filename to accommodate VPATH.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.442&r2=1.443
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/xidepend.diff?cvsroot=src&r1=1.1&r2=1.2



src/winsup/doc ChangeLog Makefile.in .cvsignor ...

2013-05-23 Thread tangent
CVSROOT:/cvs/src
Module name:src
Changes by: tang...@sourceware.org  2013-05-23 19:02:46

Modified files:
winsup/doc : ChangeLog Makefile.in .cvsignore 
Added files:
winsup/doc : xidepend 

Log message:
Created xidepend mechanism

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/xidepend.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.439&r2=1.440
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/.cvsignore.diff?cvsroot=src&r1=1.1&r2=1.2



src/winsup/doc ChangeLog Makefile.in bodysnatc ...

2013-05-01 Thread tangent
CVSROOT:/cvs/src
Module name:src
Changes by: tang...@sourceware.org  2013-05-02 00:10:15

Modified files:
winsup/doc : ChangeLog Makefile.in 
Added files:
winsup/doc : bodysnatcher.pl 

Log message:
Generating faq/faq.body automatically from faq/faq.html whenever latter
is updated, using new bodysnatcher.pl script.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/bodysnatcher.pl.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.430&r2=1.431
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.29&r2=1.30



src/winsup/doc ChangeLog Makefile.in new-featu ...

2013-04-23 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2013-04-23 15:49:08

Modified files:
winsup/doc : ChangeLog Makefile.in new-features.sgml 

Log message:
* Makefile.in (SGMLDIRS): Accommodate dropping utils_source and
cygwin_source from ../Makefile.common.
* new-features.sgml (ov-new1.7.19): New section.  Document dropped
support for pre-XP SP3 and added support for 64 bit Cygwin.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.422&r2=1.423
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.27&r2=1.28
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/new-features.sgml.diff?cvsroot=src&r1=1.123&r2=1.124



src/winsup/doc ChangeLog Makefile.in README fa ...

2010-06-27 Thread yselkowitz
CVSROOT:/cvs/src
Module name:src
Changes by: yselkow...@sourceware.org   2010-06-27 16:32:19

Modified files:
winsup/doc : ChangeLog Makefile.in README 
 faq-programming.xml 

Log message:
* Makefile.in: Use "xmlto pdf" instead of docbook2pdf.
Force the dblatex backend, as the default passivetex does not work.
* README: Replace docbook-utils dependency with dblatex.
Update required docbook-xml version.
* faq-programming.xml: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.303&r2=1.304
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.26&r2=1.27
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/README.diff?cvsroot=src&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-programming.xml.diff?cvsroot=src&r1=1.15&r2=1.16



src/winsup/doc ChangeLog Makefile.in

2009-07-20 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-07-20 15:08:09

Modified files:
winsup/doc : ChangeLog Makefile.in 

Log message:
* Makefile.in (all): Fix wrong target names.
(cygwin-ug-net/cygwin-ug-net-nochunks.html.gz): Ditto.
(cygwin-ug-net/cygwin-ug-net.pdf): Convert to use docbook2pdf.
(cygwin-api/cygwin-api.pdf): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.222&r2=1.223
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.24&r2=1.25



src/winsup/doc ChangeLog Makefile.in faq-api.x ...

2009-02-11 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: cori...@sourceware.org  2009-02-11 16:44:13

Modified files:
winsup/doc : ChangeLog Makefile.in faq-api.xml 
 faq-sections.xml faq.xml 
Removed files:
winsup/doc : faq-problems.xml 

Log message:
* Makefile.in (FAQ_SOURCES): Define FAQ sources.
(faq/faq.html): Depend on FAQ sources.
(faq/faq-nochunks.html): Ditto.
* faq-api.xml: Revamp for Cygwin 1.7.
* faq-problems.xml: Remove.
* faq-sections.xml: Accommodate removal of faq-problems.xml.
* faq.xml: Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.171&r2=1.172
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.23&r2=1.24
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-api.xml.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-sections.xml.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq.xml.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-problems.xml.diff?cvsroot=src&r1=1.2&r2=NONE



src/winsup/doc ChangeLog Makefile.in calls.tex ...

2006-01-18 Thread joshuadfranklin
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2006-01-19 02:44:17

Modified files:
winsup/doc : ChangeLog Makefile.in 
Removed files:
winsup/doc : calls.texinfo changes.texinfo copy.texinfo 
 faq.texinfo history.texinfo how-api.texinfo 
 how-programming.texinfo how-resources.texinfo 
 how-using.texinfo how.texinfo install.texinfo 
 readme.texinfo relnotes.texinfo what.texinfo 
 who.texinfo 

Log message:
Remove references to and files from old texinfo FAQ.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.114&r2=1.115
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.21&r2=1.22
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/calls.texinfo.diff?cvsroot=src&r1=1.6&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/changes.texinfo.diff?cvsroot=src&r1=1.1.1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/copy.texinfo.diff?cvsroot=src&r1=1.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/faq.texinfo.diff?cvsroot=src&r1=1.10&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/history.texinfo.diff?cvsroot=src&r1=1.4&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/how-api.texinfo.diff?cvsroot=src&r1=1.10&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/how-programming.texinfo.diff?cvsroot=src&r1=1.42&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/how-resources.texinfo.diff?cvsroot=src&r1=1.12&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/how-using.texinfo.diff?cvsroot=src&r1=1.60&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/how.texinfo.diff?cvsroot=src&r1=1.22&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/install.texinfo.diff?cvsroot=src&r1=1.53&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/readme.texinfo.diff?cvsroot=src&r1=1.4&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/relnotes.texinfo.diff?cvsroot=src&r1=1.17&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/what.texinfo.diff?cvsroot=src&r1=1.25&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/doc/who.texinfo.diff?cvsroot=src&r1=1.6&r2=NONE



src/winsup/doc ChangeLog Makefile.in faq-resou ...

2005-08-26 Thread joshuadfranklin
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-08-27 01:32:36

Modified files:
winsup/doc : ChangeLog Makefile.in faq-resources.xml 
 faq-using.xml faq-what.xml faq.xml 

Log message:
2005-08-26  Joshua Daniel Franklin  <[EMAIL PROTECTED]>

* Makefile.in: Remove extra anchor to make NN4 happy.
* faq.xml: Link to cygwin.com/license.html
* faq-resources.xml: Link instead of duplicating info.
* faq-using.xml: Split out services and network shares FAQ.
* faq-what.xml: Link to cygwin.com/license.html

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.103&r2=1.104
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-resources.xml.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-using.xml.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-what.xml.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq.xml.diff?cvsroot=src&r1=1.1&r2=1.2



src/winsup/doc ChangeLog Makefile.in cygwin.ds ...

2005-08-05 Thread joshuadfranklin
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-08-06 05:14:41

Modified files:
winsup/doc : ChangeLog Makefile.in cygwin.dsl 
Added files:
winsup/doc : faq-api.xml faq-problems.xml 
 faq-programming.xml faq-resources.xml 
 faq-sections.xml faq-setup.xml faq-using.xml 
 faq-what.xml faq.xml 

Log message:
Update to switch FAQ from texinfo to DocBook.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-api.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-problems.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-programming.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-resources.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-sections.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-setup.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-using.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq-what.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/faq.xml.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.101&r2=1.102
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/cygwin.dsl.diff?cvsroot=src&r1=1.2&r2=1.3



src/winsup/doc ChangeLog Makefile.in install.t ...

2005-01-29 Thread joshuadfranklin
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2005-01-29 22:35:18

Modified files:
winsup/doc : ChangeLog Makefile.in install.texinfo 
 ntsec.sgml 

Log message:
* ntsec.sgml: Add Pierre's Windows 2003 text.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.81&r2=1.82
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.18&r2=1.19
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/install.texinfo.diff?cvsroot=src&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ntsec.sgml.diff?cvsroot=src&r1=1.14&r2=1.15



src/winsup/doc ChangeLog Makefile.in what.texinfo

2004-02-22 Thread joshuadfranklin
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-02-22 23:49:15

Modified files:
winsup/doc : ChangeLog Makefile.in what.texinfo 

Log message:
2004-02-22  Joshua Daniel Franklin  <[EMAIL PROTECTED]>
* Makefile.in: Fix problem links in faq0.html file.
* what.texinfo: Remove outdated 'recent' history.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.57&r2=1.58
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/what.texinfo.diff?cvsroot=src&r1=1.23&r2=1.24



src/winsup/doc ChangeLog Makefile.in

2004-02-04 Thread joshuadfranklin
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-02-05 05:00:35

Modified files:
winsup/doc : ChangeLog Makefile.in 

Log message:
2004-02-04  Joshua Daniel Franklin  <[EMAIL PROTECTED]>
* Makefile.in: Generate monolithic faq0.html file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.54&r2=1.55
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.14&r2=1.15



src/winsup/doc ChangeLog Makefile.in how-using ...

2004-01-20 Thread joshuadfranklin
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-01-20 17:20:35

Modified files:
winsup/doc : ChangeLog Makefile.in how-using.texinfo 
 setup2.sgml 

Log message:
2004-01-20  Joshua Daniel Franklin <[EMAIL PROTECTED]>

* Makefile.in: Remove unused cygwin-ug and cygwin-api-int
targets from default build.
* how-using.texinfo: Add information about 8-bit character
display to FAQ.
* setup2.sgml: Add information about 8-bit character display
to "Setting up Cygwin".

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/how-using.texinfo.diff?cvsroot=src&r1=1.46&r2=1.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/setup2.sgml.diff?cvsroot=src&r1=1.6&r2=1.7



src/winsup/doc ChangeLog Makefile.in cygwin-ap ...

2004-01-11 Thread joshuadfranklin
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-01-11 08:32:10

Modified files:
winsup/doc : ChangeLog Makefile.in cygwin-api.in.sgml 
 cygwin-ug-net.in.sgml cygwin-ug.in.sgml 
 cygwinenv.sgml dll.sgml effectively.sgml 
 how-programming.texinfo pathnames.sgml 
 setup-net.sgml 
Added files:
winsup/doc : cygwin.dsl 

Log message:
2004-01-11  Joshua Daniel Franklin <[EMAIL PROTECTED]>

* Makefile.in: Add new target for single-file User's Guide, use new
cygwin.dsl for output.
* cygwin.dsl: New file, DSSSL stylesheet for custom Cygwin output.
* cygwin-api.in.sgml: Update to DocBook SGML 4.2 DTD.
* cygwin-ug-net.in.sgml: Update to DocBook SGML 4.2 DTD.
* cygwin-ug.in.sgml: Update to DocBook SGML 4.2 DTD.
* cygwinenv.sgml: Correct some tags. Add description of default values
to ntsec, export, and error_start items.
* dll.sgml: Add explanation of cyg prefix for DLLs.
* effectively.sgml: Use systemitem tag for names of Cygwin packages.
* how-programming.texinfo: Add example to FAQ entry.
* pathnames.sgml: Add discussion of /proc filesystem.
* setup-net.sgml: Correct some typos and grammar.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/cygwin.dsl.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/ChangeLog.diff?cvsroot=src&r1=1.50&r2=1.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/Makefile.in.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/cygwin-api.in.sgml.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/cygwin-ug-net.in.sgml.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/cygwin-ug.in.sgml.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/cygwinenv.sgml.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/dll.sgml.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/effectively.sgml.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/how-programming.texinfo.diff?cvsroot=src&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/pathnames.sgml.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/doc/setup-net.sgml.diff?cvsroot=src&r1=1.11&r2=1.12