]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Patch to workaround borkage with new docbook stylesheets:
authorDonna Robinson <donna@terpsichore.ws>
Fri, 18 Nov 2005 18:43:56 +0000 (18:43 +0000)
committerDonna Robinson <donna@terpsichore.ws>
Fri, 18 Nov 2005 18:43:56 +0000 (18:43 +0000)
filename is no longer being passed through to generated docs,
but is being replaced with a relative path to the source dir.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5195

docs/lib/vg-common.xsl

index 0c17243001fd3b3ed12c6edc7f7fdf82124dcdab..7d4aebe820f5379db160051b671c66aec0ce30d4 100644 (file)
@@ -42,4 +42,10 @@ reference toc,title
   <xsl:attribute name="align">center</xsl:attribute>
 </xsl:attribute-set>
 
+<!-- per Bob Stayton: turn off xml:base processing pro tem -->
+<!-- should hopefully be fixed in next docbook stylesheets release (1.70) -->
+<xsl:template match="@fileref">
+  <xsl:value-of select="."/>
+</xsl:template>
+
 </xsl:stylesheet>