[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1283-gf7ea994

git git at cross-lfs.org
Sat Jun 21 22:40:09 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  f7ea9943cbe6feee3414f739c65d40d1d0ae9963 (commit)
       via  8dc980e062b9e2ee441952356e52352746b34ff6 (commit)
      from  b10d32b432710186670afd73dc9bb744bfb0601f (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 f7ea9943cbe6feee3414f739c65d40d1d0ae9963
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 22 01:39:43 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 2f2812f..1ceba9a 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "21"> <!-- Use two digits -->
+<!ENTITY day "22"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit 8dc980e062b9e2ee441952356e52352746b34ff6
Author: Chris Staub <chris at beaker67.com>
Date:   Sun Jun 22 01:39:32 2014 -0400

    Text/comment updates on wget stylesheet

diff --git a/BOOK/stylesheets/wget.xsl b/BOOK/stylesheets/wget.xsl
index 1c43a81..bbf1138 100644
--- a/BOOK/stylesheets/wget.xsl
+++ b/BOOK/stylesheets/wget.xsl
@@ -23,14 +23,14 @@ xsltproc -xinclude -output x86.wget stylesheets/wget.xsl x86-index.xml
   </xsl:template>
 
   <xsl:template match="ulink">
-      <!-- Packages. If some package don't have the string ".tar." in their
-      name, the next test must be fixed to match it also. -->
+      <!-- Packages. If some package doesn't have the string ".tar." or
+      ".tgz" in its name, the next test must be fixed to match it also. -->
     <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')">
       <xsl:value-of select="@url"/>
       <xsl:text>&#x0a;</xsl:text>
     </xsl:if>
       <!-- Patches. Match only the patches and skip possible duplicated
-      URLs due that may be splitted for PDF output-->
+      URLs that may be split for PDF output-->
     <xsl:if test="contains(@url, '&patches-root;') and @url != '&patches-root;'
             and not(ancestor-or-self::*/@condition = 'pdf')">
       <xsl:value-of select="@url"/>

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list