aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)"