mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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
30 lines
897 B
XML
30 lines
897 B
XML
<?xml version="1.0"?> <!-- -*- sgml -*- -->
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
|
|
|
<book id="licenses" xreflabel="GNU Licenses">
|
|
|
|
<bookinfo>
|
|
<title>GNU Licenses</title>
|
|
</bookinfo>
|
|
|
|
<chapter id="license.gpl" xreflabel=" The GNU General Public License">
|
|
<title>The GNU General Public License</title>
|
|
<literallayout>
|
|
<xi:include href="../../COPYING"
|
|
parse="text"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
</literallayout>
|
|
</chapter>
|
|
|
|
<chapter id="license.gfdl" xreflabel="The GNU Free Documentation License">
|
|
<title>The GNU Free Documentation License</title>
|
|
<literallayout>
|
|
<xi:include href="../../COPYING.DOCS"
|
|
parse="text"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" />
|
|
</literallayout>
|
|
</chapter>
|
|
|
|
</book>
|