From: Julian Seward Date: Tue, 26 Dec 2006 04:34:38 +0000 (+0000) Subject: Merge r6389 (Fix 'make html-docs' and 'make print-docs'.) X-Git-Tag: svn/VALGRIND_3_2_2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b298c4a5429a9a0d158012f7af89f770b8b566b7;p=thirdparty%2Fvalgrind.git Merge r6389 (Fix 'make html-docs' and 'make print-docs'.) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6437 --- diff --git a/cachegrind/docs/cg-manual.xml b/cachegrind/docs/cg-manual.xml index 9714ddfc6e..28ea787a40 100644 --- a/cachegrind/docs/cg-manual.xml +++ b/cachegrind/docs/cg-manual.xml @@ -1,6 +1,7 @@ + "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[ %vg-entities; ]> diff --git a/docs/xml/manual-writing-tools.xml b/docs/xml/manual-writing-tools.xml index 284d1d30c6..b491f9880f 100644 --- a/docs/xml/manual-writing-tools.xml +++ b/docs/xml/manual-writing-tools.xml @@ -198,7 +198,7 @@ names. The first one is registered using the macro VG_DETERMINE_INTERFACE_VERSION (which also checks that the core/tool interface of the tool matches that of the core). The last three are registered using the -VG_(basic_tool_funcs) function. +VG_(basic_tool_funcs) function. 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 diff --git a/docs/xml/tech-docs.xml b/docs/xml/tech-docs.xml index 5bb7702852..8615c1d807 100644 --- a/docs/xml/tech-docs.xml +++ b/docs/xml/tech-docs.xml @@ -21,7 +21,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" /> -