Suppress reference to "printproto" in BLFS package list generation

This commit is contained in:
Pierre Labastie 2013-11-06 15:23:45 +00:00
parent 269d81c9f5
commit 298282525e

View file

@ -209,7 +209,9 @@
</xsl:text>
<xsl:choose>
<xsl:when test="contains(preceding-sibling::sect1[1]/@id,
'xorg7-') and not(@id='printproto')">
'xorg7-') and
not(contains(preceding-sibling::sect1[1]/@id,
'driver'))">
<xsl:call-template name="expand-deps">
<xsl:with-param name="section">
<xsl:value-of select="preceding-sibling::sect1[1]/@id"/>