Changeset 8dc980e


Ignore:
Timestamp:
Jun 21, 2014, 10:39:32 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
f7ea994
Parents:
b10d32b
Message:

Text/comment updates on wget stylesheet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/wget.xsl

    rb10d32b r8dc980e  
    2424
    2525  <xsl:template match="ulink">
    26       <!-- Packages. If some package don't have the string ".tar." in their
    27       name, the next test must be fixed to match it also. -->
     26      <!-- Packages. If some package doesn't have the string ".tar." or
     27      ".tgz" in its name, the next test must be fixed to match it also. -->
    2828    <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')">
    2929      <xsl:value-of select="@url"/>
     
    3131    </xsl:if>
    3232      <!-- Patches. Match only the patches and skip possible duplicated
    33       URLs due that may be splitted for PDF output-->
     33      URLs that may be split for PDF output-->
    3434    <xsl:if test="contains(@url, '&patches-root;') and @url != '&patches-root;'
    3535            and not(ancestor-or-self::*/@condition = 'pdf')">
Note: See TracChangeset for help on using the changeset viewer.