5ea698c437
v2: Updated to use docbook2x-texi not docbook2texi, since source is now docbook XML. Tweak DocBook XML so info directory entry has a description. v3: Use a custom charmap to handle ® v4: Proper build avoidance texinfo node references may not contain ':', so provide alternate text for a few xref targets 2015-06-22 Jon Turney <jon.turney@dronecode.org.uk> * Makefile.in (install-info, cygwin-ug-net.info) (cygwin-api.info): Add. * cygwin-ug-net.xml: Add texinfo-node. * cygwin-api.xml: Ditto. * ntsec.xml (db_home): Add texinfo-node for titles containing a ':' which are the targets of an xref. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
19 lines
567 B
XML
19 lines
567 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
|
|
|
<book id="cygwin-ug-net" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<bookinfo>
|
|
<title>Cygwin User's Guide</title>
|
|
<abstract role="texinfo-node">
|
|
<para>Cygwin User's Guide</para>
|
|
</abstract>
|
|
<xi:include href="legal.xml"/>
|
|
</bookinfo>
|
|
|
|
<xi:include href="overview.xml"/>
|
|
<xi:include href="setup-net.xml"/>
|
|
<xi:include href="using.xml"/>
|
|
<xi:include href="programming.xml"/>
|
|
</book>
|