mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
- removed a reference to cachegrind dot org from mc-tech-docs.xml - in an effort to simplify future borked links, replaced all valgrind website urls with entities so now we just have to change one string. - new stylesheet to create the docs to 'fit' into the website - added build rules 'make website-docs' + make download-docs to /docs/Makefile.am git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5239
28 lines
875 B
XML
28 lines
875 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>
|