summaryrefslogtreecommitdiffstats
path: root/secret-service
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-02-27 14:37:10 +0100
committerStef Walter <stefw@collabora.co.uk>2011-02-27 14:37:10 +0100
commita939261a3d47fc6766521de6ae5a50d514314f37 (patch)
treedd22b39507a291aae5a151aab41ff0359db17259 /secret-service
parentbe89c96b857d6256c2f3d630e255c8d69f92199e (diff)
downloadxdg-specs-a939261a3d47fc6766521de6ae5a50d514314f37.tar.xz
Fix some warnings during the build.
Diffstat (limited to 'secret-service')
-rw-r--r--secret-service/specification.xml4
-rw-r--r--secret-service/tools/spec-to-docbook.xsl3
2 files changed, 3 insertions, 4 deletions
diff --git a/secret-service/specification.xml b/secret-service/specification.xml
index 9a9c81b..65045d6 100644
--- a/secret-service/specification.xml
+++ b/secret-service/specification.xml
@@ -498,8 +498,4 @@
</xi:include>
</part>
-
- <xi:include href="xml/annotation-glossary.xml" xmlns:xi="http://www.w3.org/2001/XInclude">
- <xi:fallback/>
- </xi:include>
</book>
diff --git a/secret-service/tools/spec-to-docbook.xsl b/secret-service/tools/spec-to-docbook.xsl
index 14d5b24..a6b18a3 100644
--- a/secret-service/tools/spec-to-docbook.xsl
+++ b/secret-service/tools/spec-to-docbook.xsl
@@ -1141,6 +1141,8 @@
</xsl:if>
<xsl:choose>
<xsl:when test="not(@direction)"/>
+ <xsl:when test="@direction='in'"/>
+ <!-- This doesn't work with the DTD (see comment in DTD)
<xsl:when test="@direction='in'">
<xsl:message terminate="no">
<xsl:text>INFO: an arg of signal </xsl:text>
@@ -1148,6 +1150,7 @@
<xsl:text> has unnecessary direction 'in'</xsl:text>
</xsl:message>
</xsl:when>
+ -->
<xsl:otherwise>
<xsl:message terminate="yes">
<xsl:text>ERR: an arg of signal </xsl:text>