Changeset 9cdb9bf


Ignore:
Timestamp:
Jun 21, 2014, 10:39:58 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
a88e398f
Parents:
07323bb
git-author:
Chris Staub <chris@…> (06/21/14 22:39:32)
git-committer:
Chris Staub <chris@…> (06/21/14 22:39:58)
Message:

Text/comment updates on wget stylesheet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/wget.xsl

    r07323bb r9cdb9bf  
    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.