File: install2.xml

package info (click to toggle)
docbook2x 0.8.8-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,740 kB
  • sloc: xml: 16,229; sh: 3,674; perl: 3,461; ansic: 639; makefile: 409; sed: 11
file content (39 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8" ?>
<!-- vim: sta et sw=2
-->

<!-- This is a wrapper that produces
     a standalone install documentation.
     In fact, the INSTALL text file in the docbook2X distribution
     is generated using makeinfo - -no-headers
     on the Texinfo rendition of this file. -->

<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
	"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [

<!ENTITY % textents SYSTEM "textents.xml">
<!ENTITY install SYSTEM "install.xml">

%textents;
]>

<appendix id="install" lang="en">
<appendixinfo>
<titleabbrev role="texinfo-file">install</titleabbrev>
<author>
<firstname>Steve</firstname>
<surname>Cheng</surname>
<affiliation>
<address><email>stevecheng@users.sourceforge.net</email></address>
</affiliation>
</author>
<releaseinfo>Version &db2x_version;</releaseinfo>
<abstract role="texinfo-node">
<para>Convert DocBook into man pages and Texinfo</para>
</abstract>
</appendixinfo>

<title>docbook2X installation</title>
&install;
</appendix>