in make_book.xsl:
add contains(@id,xorg7) to the sect1 test for xorg packages
This commit is contained in:
parent
5e486cf6b7
commit
1f3e275542
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="not(id($list)/self::sect1|sect2|para|bridgehead)">
|
<xsl:when test="not(id($list)/self::sect1|sect2|para|bridgehead)">
|
||||||
<xsl:apply-templates
|
<xsl:apply-templates
|
||||||
select="//sect1[contains(string(.//userinput),$list)]"
|
select="//sect1[contains(@id,'xorg7') and contains(string(.//userinput),$list)]"
|
||||||
mode="xorg">
|
mode="xorg">
|
||||||
<xsl:with-param name="package" select="$list"/>
|
<xsl:with-param name="package" select="$list"/>
|
||||||
</xsl:apply-templates>
|
</xsl:apply-templates>
|
||||||
|
|
Reference in a new issue