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 <!-- callgrind_annotate --> 19 <xi:include href="../../callgrind/docs/callgrind_annotate-manpage.xml" parse="xml" 20 xmlns:xi="http://www.w3.org/2001/XInclude" /> 21 22 <!-- callgrind_control --> 23 <xi:include href="../../callgrind/docs/callgrind_control-manpage.xml" parse="xml" 24 xmlns:xi="http://www.w3.org/2001/XInclude" /> 25 26 <!-- ms_print --> 27 <xi:include href="../../massif/docs/ms_print-manpage.xml" parse="xml" 28 xmlns:xi="http://www.w3.org/2001/XInclude" /> 29 30 </set> 31 32