Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0"?> <!-- -*- sgml -*- -->
      2 <!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
      3   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
      4 
      5 <!-- This file is not part of the distributed docs, it's just here so we can
      6      point $(XSTLPROC) at a single file and get all the man pages. -->
      7 
      8 <set>
      9 
     10 <!-- valgrind -->
     11 <xi:include href="valgrind-manpage.xml" parse="xml"  
     12     xmlns:xi="http://www.w3.org/2001/XInclude" />
     13 
     14 <!-- cg_annotate -->
     15 <xi:include href="../../cachegrind/docs/cg_annotate-manpage.xml" parse="xml"  
     16     xmlns:xi="http://www.w3.org/2001/XInclude" />
     17 
     18 <!-- cg_diff -->
     19 <xi:include href="../../cachegrind/docs/cg_diff-manpage.xml" parse="xml"
     20     xmlns:xi="http://www.w3.org/2001/XInclude" />
     21 
     22 <!-- cg_merge -->
     23 <xi:include href="../../cachegrind/docs/cg_merge-manpage.xml" parse="xml"
     24     xmlns:xi="http://www.w3.org/2001/XInclude" />
     25 
     26 <!-- callgrind_annotate -->
     27 <xi:include href="../../callgrind/docs/callgrind_annotate-manpage.xml" parse="xml"  
     28     xmlns:xi="http://www.w3.org/2001/XInclude" />
     29 
     30 <!-- callgrind_control -->
     31 <xi:include href="../../callgrind/docs/callgrind_control-manpage.xml" parse="xml"  
     32     xmlns:xi="http://www.w3.org/2001/XInclude" />
     33 
     34 <!-- ms_print -->
     35 <xi:include href="../../massif/docs/ms_print-manpage.xml" parse="xml"  
     36     xmlns:xi="http://www.w3.org/2001/XInclude" />
     37 
     38 <!-- valgrind-listener -->
     39 <xi:include href="../../auxprogs/docs/valgrind-listener-manpage.xml"
     40     parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     41 
     42 <!-- vgdb -->
     43 <xi:include href="../../coregrind/docs/vgdb-manpage.xml"
     44     parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
     45 
     46 </set>
     47 
     48