aboutsummaryrefslogtreecommitdiffstats
path: root/doc/site.xsl
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-30 12:51:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-30 12:51:17 +0000
commit52dcab3999cc9c480b275bc3ddf66dbb66f92d68 (patch)
tree1c3c2b7a683a76515c32db26f134238508a03d1b /doc/site.xsl
parenta9e65e8be296953aa4f6df75b2cae7d0e70f5d2b (diff)
downloadandroid_external_libxml2-52dcab3999cc9c480b275bc3ddf66dbb66f92d68.tar.gz
android_external_libxml2-52dcab3999cc9c480b275bc3ddf66dbb66f92d68.tar.bz2
android_external_libxml2-52dcab3999cc9c480b275bc3ddf66dbb66f92d68.zip
preparing 2.4.7 switched to the latest xmllint manual page from John
* configure.in: preparing 2.4.7 * Makefile.am doc/Makefile.am: switched to the latest xmllint manual page from John * doc/*: updated the doc and rebuilt the generated pages Daniel
Diffstat (limited to 'doc/site.xsl')
-rw-r--r--doc/site.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/site.xsl b/doc/site.xsl
index aa589347..b1264722 100644
--- a/doc/site.xsl
+++ b/doc/site.xsl
@@ -85,6 +85,9 @@
<xsl:when test="$name = '#Memory'">
<xsl:text>xmlmem.html</xsl:text>
</xsl:when>
+ <xsl:when test="$name = '#Thread'">
+ <xsl:text>threads.html</xsl:text>
+ </xsl:when>
<xsl:when test="$name = '#FAQ'">
<xsl:text>FAQ.html</xsl:text>
</xsl:when>