[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1281-gb10d32b

git git at cross-lfs.org
Sat Jun 21 02:47:19 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  b10d32b432710186670afd73dc9bb744bfb0601f (commit)
      from  c354584f29b5fd0571c1da18cb285ded2c3f73b8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b10d32b432710186670afd73dc9bb744bfb0601f
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Jun 21 05:47:13 2014 -0400

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

diff --git a/BOOK/stylesheets/wget.xsl b/BOOK/stylesheets/wget.xsl
index e9ae1fb..1c43a81 100644
--- a/BOOK/stylesheets/wget.xsl
+++ b/BOOK/stylesheets/wget.xsl
@@ -31,7 +31,7 @@ xsltproc -xinclude -output x86.wget stylesheets/wget.xsl x86-index.xml
     </xsl:if>
       <!-- Patches. Match only the patches and skip possible duplicated
       URLs due that may be splitted for PDF output-->
-    <xsl:if test="contains(@url, '.patch') and contains(@url, '&patches-root;')
+    <xsl:if test="contains(@url, '&patches-root;') and @url != '&patches-root;'
             and not(ancestor-or-self::*/@condition = 'pdf')">
       <xsl:value-of select="@url"/>
       <xsl:text>&#x0a;</xsl:text>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/stylesheets/wget.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list