summaryrefslogtreecommitdiffstats
path: root/winsup/doc/cygwin.dsl
Commit message (Collapse)AuthorAgeFilesLines
* Modernized user guide, API reference, and FAQ generation. OverallWarren Young2013-05-011-12/+0
| | | | | | effect is to move away from DocBook SGML and DJ Delorie's doctool and toward pure DocBook XSL. (There remains just one use of doctool, and we have plans for replacing it, too.) See ChangeLog for details.
* * cygwin.dsl: Remove comments.Christopher Faylor2010-04-111-4/+0
|
* Update to switch FAQ from texinfo to DocBook.Joshua Daniel Franklin2005-08-061-0/+3
|
* Update Makefile to use xmltoJoshua Daniel Franklin2004-12-271-145/+9
|
* 2004-01-11 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin2004-01-111-0/+149
* 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.