Nicholas Nethercote 7a75a9f583 Overhauled the docs. Removed all the HTML files, put in XML files as
converted by Donna.  Hooked it into the build system so they are only
built when specifically asked for, and when doing "make dist".

They're not perfect;  in particular, there are the following problems:
- The plain-text FAQ should be built from FAQ.xml, but this is not
  currently done.  (The text FAQ has been left in for now.)

- The PS/PDF building doesn't work -- it fails with an incomprehensible
  error message which I haven't yet deciphered.

Nonetheless, I'm putting it in so others can see it.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3153
2004-11-30 10:43:45 +00:00

55 lines
1.7 KiB
XML

<?xml version="1.0"?> <!-- -*- sgml -*- -->
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[
<!-- various strings, dates etc. common to all docs -->
<!ENTITY % vg-entities SYSTEM "vg-entities.xml"> %vg-entities;
]>
<set lang="en" id="index">
<setinfo>
<title>Valgrind Documentation</title>
<releaseinfo>&rel-type; &rel-version; &rel-date;</releaseinfo>
<copyright>
<year>&vg-lifespan;</year>
<holder>
<link linkend="dist.authors" endterm="dist.authors.title"></link>
</holder>
</copyright>
<legalnotice>
<para>Permission is granted to copy, distribute and/or
modify this document under the terms of the GNU Free
Documentation License, Version 1.2 or any later version
published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled <xref linkend="license.gfdl"/>.</para>
</legalnotice>
</setinfo>
<!-- User Manual -->
<xi:include href="manual.xml" parse="xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- FAQ -->
<xi:include href="FAQ.xml" parse="xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Technical Docs -->
<xi:include href="tech-docs.xml" parse="xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- Distribution Docs -->
<xi:include href="dist-docs.xml" parse="xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- GNU Licenses -->
<xi:include href="licenses.xml" parse="xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</set>