summaryrefslogtreecommitdiff
path: root/devhelp2.xsl
diff options
context:
space:
mode:
authorStefan Kost <stefkost@src.gnome.org>2008-10-17 15:19:13 +0000
committerStefan Kost <stefkost@src.gnome.org>2008-10-17 15:19:13 +0000
commit1c28e54fc15fabcd4613e5c67e88ac9128f36cf0 (patch)
tree37f64472185bbe85ae2f545e6478696f3d2e39aa /devhelp2.xsl
parent7ed1602a4e1831e08599829ea1e74ed1c187e92b (diff)
downloadgtk-doc-1c28e54fc15fabcd4613e5c67e88ac9128f36cf0.tar.gz
Add new language attribute and use "c" here.
* devhelp2.xsd: * devhelp2.xsl: Add new language attribute and use "c" here. svn path=/trunk/; revision=610
Diffstat (limited to 'devhelp2.xsl')
-rw-r--r--devhelp2.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/devhelp2.xsl b/devhelp2.xsl
index b3bd017..2f9761f 100644
--- a/devhelp2.xsl
+++ b/devhelp2.xsl
@@ -45,7 +45,7 @@
glossary|index|refentry|
bridgehead|sect1"/>
- <book title="{$title}" link="{$link}" author="{$author}" name="{$gtkdoc.bookname}" version="2">
+ <book title="{$title}" link="{$link}" author="{$author}" name="{$gtkdoc.bookname}" version="2" language="c">
<xsl:if test="$toc.nodes">
<chapters>
<xsl:apply-templates select="$toc.nodes"