Changeset 07323bb


Ignore:
Timestamp:
Jun 21, 2014, 2:48:04 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
9cdb9bf
Parents:
6618f6f
git-author:
Chris Staub <chris@…> (06/21/14 02:47:13)
git-committer:
Chris Staub <chris@…> (06/21/14 02:48:04)
Message:

Updated stylesheet to allow linux kernel patch to be in download list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/wget.xsl

    r6618f6f r07323bb  
    3232      <!-- Patches. Match only the patches and skip possible duplicated
    3333      URLs due that may be splitted for PDF output-->
    34     <xsl:if test="contains(@url, '.patch') and contains(@url, '&patches-root;')
     34    <xsl:if test="contains(@url, '&patches-root;') and @url != '&patches-root;'
    3535            and not(ancestor-or-self::*/@condition = 'pdf')">
    3636      <xsl:value-of select="@url"/>
Note: See TracChangeset for help on using the changeset viewer.