Changeset b10d32b for BOOK


Ignore:
Timestamp:
Jun 21, 2014, 2:47:13 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
8dc980e
Parents:
c354584
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/wget.xsl

    rc354584 rb10d32b  
    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.