Changeset 2597

Show
Ignore:
Timestamp:
09/10/06 03:01:43 (2 years ago)
Author:
justin
Message:

Corrected wget.xsl to properly include .tgz files in the wget files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/clfs-1.0/BOOK/stylesheets/wget.xsl

    r625 r2597  
    2626      <!-- Packages. If some package don't have the string ".tar." in their 
    2727      name, the next test must be fixed to match it also. --> 
    28     <xsl:if test="contains(@url, '.tar.')"> 
     28    <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')"> 
    2929      <xsl:value-of select="@url"/> 
    3030      <xsl:text>&#x0a;</xsl:text> 
  • branches/clfs-2.0/BOOK/stylesheets/wget.xsl

    r1697 r2597  
    2626      <!-- Packages. If some package don't have the string ".tar." in their 
    2727      name, the next test must be fixed to match it also. --> 
    28     <xsl:if test="contains(@url, '.tar.')"> 
     28    <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')"> 
    2929      <xsl:value-of select="@url"/> 
    3030      <xsl:text>&#x0a;</xsl:text> 
  • trunk/BOOK/stylesheets/wget.xsl

    r625 r2597  
    2626      <!-- Packages. If some package don't have the string ".tar." in their 
    2727      name, the next test must be fixed to match it also. --> 
    28     <xsl:if test="contains(@url, '.tar.')"> 
     28    <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')"> 
    2929      <xsl:value-of select="@url"/> 
    3030      <xsl:text>&#x0a;</xsl:text>