blob: 3e99c39d850525e31dcd31c4dead98893cba7e6e [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"
de9bec93c2005-11-25 05:36:48 +00003 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
4[ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>
njn3e986b22004-11-30 10:43:45 +00005
6<book id="dist" xreflabel="Distribution Documents">
7
8 <bookinfo>
de9bec93c2005-11-25 05:36:48 +00009 <title>Valgrind Distribution Documents</title>
10 <releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo>
11 <copyright>
12 <year>&vg-lifespan;</year>
13 <holder><ulink url="&vg-developers;">Valgrind Developers</ulink></holder>
14 </copyright>
15 <author>
16 <email><ulink url="mailto:&vg-vemail;">&vg-vemail;</ulink></email>
17 </author>
njn3e986b22004-11-30 10:43:45 +000018 </bookinfo>
19
20 <!-- Nb: because these are all text files, we have to wrap them in suitable
21 XML. Hence the chapter/title stuff -->
22
23 <chapter id="dist.acknowledge" xreflabel="Acknowledgements">
24 <title>ACKNOWLEDGEMENTS</title>
25 <literallayout>
26 <xi:include href="../../ACKNOWLEDGEMENTS" parse="text"
27 xmlns:xi="http://www.w3.org/2001/XInclude" />
28 </literallayout>
29 </chapter>
30
31 <chapter id="dist.authors" xreflabel="Valgrind Developers">
32 <title id="dist.authors.title">AUTHORS</title>
33 <literallayout>
34 <xi:include href="../../AUTHORS" parse="text"
35 xmlns:xi="http://www.w3.org/2001/XInclude" />
36 </literallayout>
37 </chapter>
38
39 <chapter id="dist.install" xreflabel="Install">
40 <title>INSTALL</title>
41 <literallayout>
42 <xi:include href="../../INSTALL" parse="text"
43 xmlns:xi="http://www.w3.org/2001/XInclude" />
44 </literallayout>
45 </chapter>
46
47 <chapter id="dist.news" xreflabel="News">
48 <title>NEWS</title>
49 <literallayout>
50 <xi:include href="../../NEWS" parse="text"
51 xmlns:xi="http://www.w3.org/2001/XInclude" />
52 </literallayout>
53 </chapter>
54
55 <chapter id="dist.readme" xreflabel="Readme">
56 <title>README</title>
57 <literallayout>
58 <xi:include href="../../README" parse="text"
59 xmlns:xi="http://www.w3.org/2001/XInclude" />
60 </literallayout>
61 </chapter>
62
63 <chapter id="dist.readme-missing"
64 xreflabel="Readme Missing Syscall or Ioctl">
65 <title>README_MISSING_SYSCALL_OR_IOCTL</title>
66 <literallayout>
67 <xi:include href="../../README_MISSING_SYSCALL_OR_IOCTL"
68 parse="text"
69 xmlns:xi="http://www.w3.org/2001/XInclude" />
70 </literallayout>
71 </chapter>
72
njn779a2d62005-07-25 00:12:19 +000073 <chapter id="dist.readme-developers"
74 xreflabel="Readme Developer">
75 <title>README_DEVELOPERS</title>
76 <literallayout>
77 <xi:include href="../../README_DEVELOPERS"
78 parse="text"
79 xmlns:xi="http://www.w3.org/2001/XInclude" />
80 </literallayout>
81 </chapter>
82
njn3e986b22004-11-30 10:43:45 +000083 <chapter id="dist.readme-packagers"
84 xreflabel="Readme Packagers">
85 <title>README_PACKAGERS</title>
86 <literallayout>
87 <xi:include href="../../README_PACKAGERS"
88 parse="text"
89 xmlns:xi="http://www.w3.org/2001/XInclude" />
90 </literallayout>
91 </chapter>
njn3e986b22004-11-30 10:43:45 +000092</book>