Files
ftmemsim-valgrind/docs/xml/manpages-index.xml
Nicholas Nethercote a5bcb4c0dd - Documented callgrind_{annotate,control} in the Callgrind manual chapter
and created man pages for them.  Renamed the XML files in the process for
  consistency.

- Inlined cg-entities.xml into vg-entities.xml.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10742
2009-08-07 07:44:31 +00:00

28 lines
917 B
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">
<!-- This file is not part of the distributed docs, it's just here so we can
point $(XSTLPROC) at a single file and get all the man pages. -->
<set>
<!-- valgrind -->
<xi:include href="valgrind-manpage.xml" parse="xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- callgrind_annotate -->
<xi:include href="../../callgrind/docs/callgrind_annotate-manpage.xml" parse="xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- callgrind_control -->
<xi:include href="../../callgrind/docs/callgrind_control-manpage.xml" parse="xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<!-- ms_print -->
<xi:include href="../../massif/docs/ms_print-manpage.xml" parse="xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</set>