From: Julian Seward Date: Sun, 10 Dec 2006 02:59:16 +0000 (+0000) Subject: Fix 'make html-docs' and 'make print-docs'. X-Git-Tag: svn/VALGRIND_3_3_0~497 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62d6f5c373553754409072da315d65e78a3076f3;p=thirdparty%2Fvalgrind.git Fix 'make html-docs' and 'make print-docs'. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6389 --- 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" /> -