blob: 6fb02444e5fc7e7d2a535d50af3619f31ca0cc78 [file] [log] [blame]
njn3e986b22004-11-30 10:43:45 +00001<?xml version="1.0"?> <!-- -*- sgml -*- -->
2<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5<book id="dist" xreflabel="Distribution Documents">
6
7 <bookinfo>
8 <title>Distribution Documents</title>
9 </bookinfo>
10
11 <!-- Nb: because these are all text files, we have to wrap them in suitable
12 XML. Hence the chapter/title stuff -->
13
14 <chapter id="dist.acknowledge" xreflabel="Acknowledgements">
15 <title>ACKNOWLEDGEMENTS</title>
16 <literallayout>
17 <xi:include href="../../ACKNOWLEDGEMENTS" parse="text"
18 xmlns:xi="http://www.w3.org/2001/XInclude" />
19 </literallayout>
20 </chapter>
21
22 <chapter id="dist.authors" xreflabel="Valgrind Developers">
23 <title id="dist.authors.title">AUTHORS</title>
24 <literallayout>
25 <xi:include href="../../AUTHORS" parse="text"
26 xmlns:xi="http://www.w3.org/2001/XInclude" />
27 </literallayout>
28 </chapter>
29
30 <chapter id="dist.install" xreflabel="Install">
31 <title>INSTALL</title>
32 <literallayout>
33 <xi:include href="../../INSTALL" parse="text"
34 xmlns:xi="http://www.w3.org/2001/XInclude" />
35 </literallayout>
36 </chapter>
37
38 <chapter id="dist.news" xreflabel="News">
39 <title>NEWS</title>
40 <literallayout>
41 <xi:include href="../../NEWS" parse="text"
42 xmlns:xi="http://www.w3.org/2001/XInclude" />
43 </literallayout>
44 </chapter>
45
46 <chapter id="dist.readme" xreflabel="Readme">
47 <title>README</title>
48 <literallayout>
49 <xi:include href="../../README" parse="text"
50 xmlns:xi="http://www.w3.org/2001/XInclude" />
51 </literallayout>
52 </chapter>
53
54 <chapter id="dist.readme-missing"
55 xreflabel="Readme Missing Syscall or Ioctl">
56 <title>README_MISSING_SYSCALL_OR_IOCTL</title>
57 <literallayout>
58 <xi:include href="../../README_MISSING_SYSCALL_OR_IOCTL"
59 parse="text"
60 xmlns:xi="http://www.w3.org/2001/XInclude" />
61 </literallayout>
62 </chapter>
63
64 <chapter id="dist.readme-packagers"
65 xreflabel="Readme Packagers">
66 <title>README_PACKAGERS</title>
67 <literallayout>
68 <xi:include href="../../README_PACKAGERS"
69 parse="text"
70 xmlns:xi="http://www.w3.org/2001/XInclude" />
71 </literallayout>
72 </chapter>
73
74 <chapter id="dist.todo" xreflabel="Todo">
75 <title>TODO</title>
76 <literallayout>
77 <xi:include href="../../TODO"
78 parse="text"
79 xmlns:xi="http://www.w3.org/2001/XInclude" />
80 </literallayout>
81 </chapter>
82</book>