summaryrefslogtreecommitdiff
path: root/docs/site.xsl
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2007-04-18 09:58:35 +0000
committerDaniel Veillard <veillard@redhat.com>2007-04-18 09:58:35 +0000
commit435ce72149a3ccd1388e740521658d75829fe499 (patch)
tree999f134114f31c243585e7425717e5ff0a76bd2a /docs/site.xsl
parent9ab00c05bf136886496aae42f64f5bd96d7984c6 (diff)
downloadlibvirt-435ce72149a3ccd1388e740521658d75829fe499.tar.gz
* docs/remote.html docs/site.html docs/*.html: added a stub for
the remote page, added it to stylesheet and regenerated Daniel
Diffstat (limited to 'docs/site.xsl')
-rw-r--r--docs/site.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/site.xsl b/docs/site.xsl
index 67b077d6c2..e955fbfda9 100644
--- a/docs/site.xsl
+++ b/docs/site.xsl
@@ -51,6 +51,9 @@
<xsl:when test="$name = '#FAQ'">
<xsl:text>FAQ.html</xsl:text>
</xsl:when>
+ <xsl:when test="$name = '#Remote'">
+ <xsl:text>remote.html</xsl:text>
+ </xsl:when>
<xsl:when test="$name = ''">
<xsl:text>unknown.html</xsl:text>
</xsl:when>