ftmemsim-valgrind/docs/xml/manpages-index.xml
Nicholas Nethercote 6fcbcab519 Add a manpage for cg_annotate. Now only valgrind-listener and cg_merge lack
a manpage, and they're so simple I can't be bothered doing ones for them
(they don't even have sections in the manual).

Also fixed a few minor things relating to manpages.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10744
2009-08-07 07:56:20 +00:00

32 lines
1.0 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">
<!-- 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" />
<!-- cg_annotate -->
<xi:include href="../../cachegrind/docs/cg_annotate-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>