|
From: <sv...@va...> - 2006-12-10 02:59:18
|
Author: sewardj Date: 2006-12-10 02:59:16 +0000 (Sun, 10 Dec 2006) New Revision: 6389 Log: Fix 'make html-docs' and 'make print-docs'. Modified: trunk/cachegrind/docs/cg-manual.xml trunk/docs/xml/manual-writing-tools.xml trunk/docs/xml/tech-docs.xml Modified: trunk/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 --- trunk/cachegrind/docs/cg-manual.xml 2006-12-10 02:58:27 UTC (rev 6388= ) +++ trunk/cachegrind/docs/cg-manual.xml 2006-12-10 02:59:16 UTC (rev 6389= ) @@ -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: trunk/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 --- trunk/docs/xml/manual-writing-tools.xml 2006-12-10 02:58:27 UTC (rev = 6388) +++ trunk/docs/xml/manual-writing-tools.xml 2006-12-10 02:59:16 UTC (rev = 6389) @@ -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: trunk/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 --- trunk/docs/xml/tech-docs.xml 2006-12-10 02:58:27 UTC (rev 6388) +++ trunk/docs/xml/tech-docs.xml 2006-12-10 02:59:16 UTC (rev 6389) @@ -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> |