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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
<?xml version="1.0"?> <!-- -*- sgml -*- -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
[ <!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities; ]>
<book id="dist" xreflabel="Distribution Documents">
<bookinfo>
<title>Valgrind Distribution Documents</title>
<releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo>
<copyright>
<year>&vg-lifespan;</year>
<holder><ulink url="&vg-devs-url;">Valgrind Developers</ulink></holder>
</copyright>
<legalnotice id="dist-legal">
<para>Email: <ulink url="mailto:&vg-vemail;">&vg-vemail;</ulink></para>
</legalnotice>
</bookinfo>
<!-- Nb: because these are all text files, we have to wrap -->
<!-- them in suitable XML. Hence the chapter/title stuff -->
<chapter id="dist.authors" xreflabel="Valgrind Developers">
<title id="dist.authors.title">AUTHORS</title>
<literallayout>
<xi:include href="../../AUTHORS" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.news" xreflabel="News">
<title>NEWS</title>
<literallayout>
<xi:include href="../../NEWS" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.news.old" xreflabel="Old News">
<title>OLDER NEWS</title>
<literallayout>
<xi:include href="../../NEWS.old" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme" xreflabel="Readme">
<title>README</title>
<literallayout>
<xi:include href="../../README" parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme-missing"
xreflabel="Readme Missing Syscall or Ioctl">
<title>README_MISSING_SYSCALL_OR_IOCTL</title>
<literallayout>
<xi:include href="../../README_MISSING_SYSCALL_OR_IOCTL"
parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme-developers"
xreflabel="Readme Developer">
<title>README_DEVELOPERS</title>
<literallayout>
<xi:include href="../../README_DEVELOPERS"
parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme-packagers"
xreflabel="Readme Packagers">
<title>README_PACKAGERS</title>
<literallayout>
<xi:include href="../../README_PACKAGERS"
parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme-s390"
xreflabel="Readme S390">
<title>README.S390</title>
<literallayout>
<xi:include href="../../README.s390"
parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme-android"
xreflabel="Readme Android">
<title>README.android</title>
<literallayout>
<xi:include href="../../README.android"
parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme-android_emulator"
xreflabel="Readme Android Emulator">
<title>README.android_emulator</title>
<literallayout>
<xi:include href="../../README.android_emulator"
parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme-mips"
xreflabel="Readme MIPS">
<title>README.mips</title>
<literallayout>
<xi:include href="../../README.mips"
parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme-solaris"
xreflabel="Readme Solaris">
<title>README.solaris</title>
<literallayout>
<xi:include href="../../README.solaris"
parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
<chapter id="dist.readme-freebsd"
xreflabel="Readme FreeBSD">
<title>README.freebsd</title>
<literallayout>
<xi:include href="../../README.freebsd"
parse="text"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</literallayout>
</chapter>
</book>
|