]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove callgrind/docs/index.xml, which is a relic from when Callgrind was
authorNicholas Nethercote <njn@valgrind.org>
Tue, 9 Jun 2009 22:25:00 +0000 (22:25 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 9 Jun 2009 22:25:00 +0000 (22:25 +0000)
distributed by itself.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10283

callgrind/docs/Makefile.am
callgrind/docs/index.xml [deleted file]

index 540f9313a78066a1198e3717156252b6f05cf9fe..2ed8f307d4b10d69d9193e8cf3752fa488f0c7d0 100644 (file)
@@ -2,7 +2,6 @@ EXTRA_DIST =  \
        cl-entities.xml \
        cl-manual.xml \
        cl-format.xml \
-       index.xml \
        man-annotate.xml \
        man-control.xml \
        man-callgrind.xml
diff --git a/callgrind/docs/index.xml b/callgrind/docs/index.xml
deleted file mode 100644 (file)
index 6f6e436..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-<?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"
-[ <!ENTITY % cl-entities SYSTEM "cl-entities.xml"> %cl-entities; ]>
-
-
-<book id="cl-docs" xreflabel="Callgrind Documentation">
-
-<bookinfo>
-  <title>Callgrind Documentation</title>
-  <subtitle>A call-graph generating Cache Simulator and Profiler</subtitle>
-  <releaseinfo>Release &cl-version; &cl-date;</releaseinfo>
-  <copyright>
-    <year>&cl-lifespan;</year>
-    <holder>
-      <link linkend="dist.authors" endterm="dist.authors.title"></link>
-    </holder>
-  </copyright>
-  <author>
-    <email><ulink url="mailto:&cl-email;">&cl-email;</ulink></email>
-  </author>
-  <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="dist.license-gfdl"/>.</para>
-  </legalnotice>
-</bookinfo>
-
-
-<xi:include href="cl-manual.xml" parse="xml"  
-    xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-<xi:include href="cl-format.xml" parse="xml"  
-    xmlns:xi="http://www.w3.org/2001/XInclude" />
-
-<chapter id="man-annotate" xreflabel="Callgrind Annotate (1)">
-  <title>Callgrind Annotate (1)</title>
-  <xi:include href="man-annotate.xml" parse="xml"  
-      xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>
-
-<chapter id="man-control" xreflabel="Callgrind Control (1)">
-  <title>Callgrind Control (1)</title>
-  <xi:include href="man-control.xml" parse="xml"  
-      xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>
-
-<!-- included for the sake of completeness -->
-<chapter id="man-callgrind" xreflabel="Callgrind (1)">
-  <title>Callgrind (1)</title>
-  <xi:include href="man-callgrind.xml" parse="xml"  
-      xmlns:xi="http://www.w3.org/2001/XInclude" />
-</chapter>
-
-<!-- Because these are all text files, we have to wrap -->
-<!-- them in suitable XML.  Hence the chapter/title stuff  -->
-<chapter id="dist.authors" xreflabel="Authors">
-  <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.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.changelog" xreflabel="ChangeLog">
-  <title>ChangeLog</title>
-  <literallayout>
-    <xi:include href="../../ChangeLog" parse="text"  
-        xmlns:xi="http://www.w3.org/2001/XInclude" />
-  </literallayout>
-</chapter>
-
-<!-- NEWS is empty, so comment it out -->
-<!--
-<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.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="dist.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>