blob: e963adfbff14eca8e6a8f833fbf4b2129fd39587 [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
de252c6142005-11-27 04:10:00 +00006
njn3e986b22004-11-30 10:43:45 +00007<book id="dist" xreflabel="Distribution Documents">
8
debad57fc2005-12-03 22:33:29 +00009<bookinfo>
10 <title>Valgrind Distribution Documents</title>
de9bec93c2005-11-25 05:36:48 +000011 <releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo>
12 <copyright>
13 <year>&vg-lifespan;</year>
14 <holder><ulink url="&vg-developers;">Valgrind Developers</ulink></holder>
15 </copyright>
debad57fc2005-12-03 22:33:29 +000016 <legalnotice>
17 <para>Email: <ulink url="mailto:&vg-vemail;">&vg-vemail;</ulink></para>
18 </legalnotice>
19</bookinfo>
njn3e986b22004-11-30 10:43:45 +000020
de252c6142005-11-27 04:10:00 +000021 <!-- Nb: because these are all text files, we have to wrap -->
22 <!-- them in suitable XML. Hence the chapter/title stuff -->
njn3e986b22004-11-30 10:43:45 +000023
24 <chapter id="dist.acknowledge" xreflabel="Acknowledgements">
25 <title>ACKNOWLEDGEMENTS</title>
26 <literallayout>
27 <xi:include href="../../ACKNOWLEDGEMENTS" parse="text"
28 xmlns:xi="http://www.w3.org/2001/XInclude" />
29 </literallayout>
30 </chapter>
31
32 <chapter id="dist.authors" xreflabel="Valgrind Developers">
33 <title id="dist.authors.title">AUTHORS</title>
34 <literallayout>
35 <xi:include href="../../AUTHORS" parse="text"
36 xmlns:xi="http://www.w3.org/2001/XInclude" />
37 </literallayout>
38 </chapter>
39
40 <chapter id="dist.install" xreflabel="Install">
41 <title>INSTALL</title>
42 <literallayout>
43 <xi:include href="../../INSTALL" parse="text"
44 xmlns:xi="http://www.w3.org/2001/XInclude" />
45 </literallayout>
46 </chapter>
47
48 <chapter id="dist.news" xreflabel="News">
49 <title>NEWS</title>
50 <literallayout>
51 <xi:include href="../../NEWS" parse="text"
52 xmlns:xi="http://www.w3.org/2001/XInclude" />
53 </literallayout>
54 </chapter>
55
56 <chapter id="dist.readme" xreflabel="Readme">
57 <title>README</title>
58 <literallayout>
59 <xi:include href="../../README" parse="text"
60 xmlns:xi="http://www.w3.org/2001/XInclude" />
61 </literallayout>
62 </chapter>
63
64 <chapter id="dist.readme-missing"
65 xreflabel="Readme Missing Syscall or Ioctl">
66 <title>README_MISSING_SYSCALL_OR_IOCTL</title>
67 <literallayout>
68 <xi:include href="../../README_MISSING_SYSCALL_OR_IOCTL"
69 parse="text"
70 xmlns:xi="http://www.w3.org/2001/XInclude" />
71 </literallayout>
72 </chapter>
73
njn779a2d62005-07-25 00:12:19 +000074 <chapter id="dist.readme-developers"
75 xreflabel="Readme Developer">
76 <title>README_DEVELOPERS</title>
77 <literallayout>
78 <xi:include href="../../README_DEVELOPERS"
79 parse="text"
80 xmlns:xi="http://www.w3.org/2001/XInclude" />
81 </literallayout>
82 </chapter>
83
njn3e986b22004-11-30 10:43:45 +000084 <chapter id="dist.readme-packagers"
85 xreflabel="Readme Packagers">
86 <title>README_PACKAGERS</title>
87 <literallayout>
88 <xi:include href="../../README_PACKAGERS"
89 parse="text"
90 xmlns:xi="http://www.w3.org/2001/XInclude" />
91 </literallayout>
92 </chapter>
njn3e986b22004-11-30 10:43:45 +000093</book>