blob: 3588349fafe8c428731f7f4d273582f91816bd61 [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
njn779a2d62005-07-25 00:12:19 +000064 <chapter id="dist.readme-developers"
65 xreflabel="Readme Developer">
66 <title>README_DEVELOPERS</title>
67 <literallayout>
68 <xi:include href="../../README_DEVELOPERS"
69 parse="text"
70 xmlns:xi="http://www.w3.org/2001/XInclude" />
71 </literallayout>
72 </chapter>
73
njn3e986b22004-11-30 10:43:45 +000074 <chapter id="dist.readme-packagers"
75 xreflabel="Readme Packagers">
76 <title>README_PACKAGERS</title>
77 <literallayout>
78 <xi:include href="../../README_PACKAGERS"
79 parse="text"
80 xmlns:xi="http://www.w3.org/2001/XInclude" />
81 </literallayout>
82 </chapter>
njn3e986b22004-11-30 10:43:45 +000083</book>