Ignore:
Timestamp:
02/23/2012 05:42:27 PM (13 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
d7818f5
Parents:
7e51281
Message:

Adds -j1 to "make install", impose a dependency on preceding package in X*
chapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_pkg_list.xsl

    r7e51281 r96a30c7  
    203203          </xsl:if>
    204204<!-- Dependencies -->
     205<!-- If in Xorg chapter, consider that the preceding package is
     206     the first dependency (not always noted in the book) -->
     207          <xsl:if test="ancestor::chapter[@id='x-window-system'] and
     208                        preceding-sibling::sect1[@id != 'xorg7']">
     209            <xsl:text>
     210            </xsl:text>
     211            <xsl:element name="dependency">
     212              <xsl:attribute name="status">required</xsl:attribute>
     213              <xsl:attribute name="name">
     214                <xsl:value-of
     215                  select="preceding-sibling::sect1[1]/@id"/>
     216              </xsl:attribute>
     217              <xsl:attribute name="type">ref</xsl:attribute>
     218            </xsl:element>
     219
     220          </xsl:if>
    205221          <xsl:apply-templates select=".//para[@role='required' or
    206222                                               @role='recommended' or
Note: See TracChangeset for help on using the changeset viewer.