in make_book.xsl:

add contains(@id,xorg7) to the sect1 test for xorg packages
This commit is contained in:
Pierre Labastie 2013-04-15 13:53:59 +00:00
parent 5e486cf6b7
commit 1f3e275542

View file

@ -64,7 +64,7 @@
<xsl:choose>
<xsl:when test="not(id($list)/self::sect1|sect2|para|bridgehead)">
<xsl:apply-templates
select="//sect1[contains(string(.//userinput),$list)]"
select="//sect1[contains(@id,'xorg7') and contains(string(.//userinput),$list)]"
mode="xorg">
<xsl:with-param name="package" select="$list"/>
</xsl:apply-templates>