|
From: <sv...@va...> - 2006-12-26 04:34:42
|
Author: sewardj Date: 2006-12-26 04:34:38 +0000 (Tue, 26 Dec 2006) New Revision: 6437 Log: Merge r6389 (Fix 'make html-docs' and 'make print-docs'.) Modified: branches/VALGRIND_3_2_BRANCH/cachegrind/docs/cg-manual.xml branches/VALGRIND_3_2_BRANCH/docs/xml/manual-writing-tools.xml branches/VALGRIND_3_2_BRANCH/docs/xml/tech-docs.xml Modified: branches/VALGRIND_3_2_BRANCH/cachegrind/docs/cg-manual.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/VALGRIND_3_2_BRANCH/cachegrind/docs/cg-manual.xml 2006-12-26= 04:30:48 UTC (rev 6436) +++ branches/VALGRIND_3_2_BRANCH/cachegrind/docs/cg-manual.xml 2006-12-26= 04:34:38 UTC (rev 6437) @@ -1,6 +1,7 @@ <?xml version=3D"1.0"?> <!-- -*- sgml -*- --> <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[ <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-en= tities; ]> =20 =20 <chapter id=3D"cg-manual" xreflabel=3D"Cachegrind: a cache-miss profiler= "> Modified: branches/VALGRIND_3_2_BRANCH/docs/xml/manual-writing-tools.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/VALGRIND_3_2_BRANCH/docs/xml/manual-writing-tools.xml 2006-1= 2-26 04:30:48 UTC (rev 6436) +++ branches/VALGRIND_3_2_BRANCH/docs/xml/manual-writing-tools.xml 2006-1= 2-26 04:34:38 UTC (rev 6437) @@ -198,7 +198,7 @@ <computeroutput>VG_DETERMINE_INTERFACE_VERSION</computeroutput> (which a= lso checks that the core/tool interface of the tool matches that of the core= ). The last three are registered using the -<computeroutput>VG_(basic_tool_funcs)</computeroutput> function. +<computeroutput>VG_(basic_tool_funcs)</computeroutput> function.</para> =20 <para>In addition, if a tool wants to use some of the optional services provided by the core, it may have to define other functions and tell the Modified: branches/VALGRIND_3_2_BRANCH/docs/xml/tech-docs.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/VALGRIND_3_2_BRANCH/docs/xml/tech-docs.xml 2006-12-26 04:30:= 48 UTC (rev 6436) +++ branches/VALGRIND_3_2_BRANCH/docs/xml/tech-docs.xml 2006-12-26 04:34:= 38 UTC (rev 6437) @@ -21,7 +21,7 @@ xmlns:xi=3D"http://www.w3.org/2001/XInclude" /> <xi:include href=3D"../../callgrind/docs/cl-format.xml" parse=3D"xml" = =20 xmlns:xi=3D"http://www.w3.org/2001/XInclude" /> - <xi:include href=3D"writing-tools.xml" parse=3D"xml" =20 + <xi:include href=3D"manual-writing-tools.xml" parse=3D"xml" =20 xmlns:xi=3D"http://www.w3.org/2001/XInclude" /> =20 </book> |