aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-05-25 02:51:36 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-05-25 02:51:36 +0000
commit77ab7f35e9bb4c198730113ec5237ca758852c5d (patch)
tree0f5877d31a6eb0e7f078d1ee2296a5331e33b890 /stylesheets
parent1118b1757d67c5e7deb4c9e4b864b00f9d8a8b0c (diff)
Update Makefile for merged files" nochunks, md5sums, wget-list
Fix some formatting ant typos git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/merge@11074 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/wget-list.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/stylesheets/wget-list.xsl b/stylesheets/wget-list.xsl
index 0b9da9932..5b4b76f11 100644
--- a/stylesheets/wget-list.xsl
+++ b/stylesheets/wget-list.xsl
@@ -16,8 +16,9 @@
<!-- If some package don't have the predefined strings in their
name, the next test must be fixed to match it also. Skip possible
duplicated URLs due that may be splitted for PDF output -->
- <xsl:if test="(contains(@url, '.tar.') or contains(@url, '.tgz')
- or contains(@url, '.patch')) and
+ <xsl:if test="(contains(@url, '.tar.') or
+ contains(@url, '.tgz') or
+ contains(@url, '.patch')) and
not(ancestor-or-self::*/@condition = 'pdf')">
<xsl:choose>
<xsl:when test="contains(@url,'?download')">