aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-11-01 22:02:13 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-11-01 22:02:13 +0000
commit5094344aedd64325c0243b95d9ee4136aa737252 (patch)
treea383f913aa0fd95af0bf860e76e62cad58604bd1 /Makefile
parent97719418c112b0322a9c671a5ecedeab7de8cc1c (diff)
Fix hyperlink to wget-list output in the nochunks HTML output. Fixes #2956.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9658 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 656d3d9ea..70080abf5 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,9 @@ nochunks: maketar validxml profile-html
$(Q)bash obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT)
$(Q)sed -i -e "s@text/html@application/xhtml+xml@g" \
$(BASEDIR)/$(NOCHUNKS_OUTPUT)
+ $(Q)sed -i -e "s@../wget-list@wget-list@" \
+ $(BASEDIR)/$(NOCHUNKS_OUTPUT)
+ $(Q)$(MAKE) wget-list
tmpdir:
@echo "Creating and cleaning $(RENDERTMP)"