Fixed docbook build for NixOS

svn path=/nixos/trunk/; revision=9628
This commit is contained in:
Michael Raskin 2007-11-11 10:46:26 +00:00
parent 2f49250b8d
commit edf5ce8d75

View file

@ -23,9 +23,9 @@
<varlistentry>
<term>
<option>
<xsl:for-each select="attr[@name = 'name']/list/string">
<xsl:for-each select="attr[@name = 'name']/string">
<xsl:value-of select="@value" />
<xsl:if test="position() != last()">.</xsl:if>
<xsl:if test="position() != last()">.</xsl:if>
</xsl:for-each>
</option>
</term>