aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2013-12-10 23:37:38 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2013-12-10 23:37:38 +0000
commitb1a51ac18a0ba70461444d4780d9fcdee3b5ce6d (patch)
tree1915c2caf9f3afb8224cc053c1ca3ab56fe3f932 /Makefile
parentf2a5108dac10b9a3f5c7772b4551e95ca55849c0 (diff)
Import new branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6a4497aa4..b503c85d5 100644
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,8 @@ lfs: validate profile-html
mkdir -p $(BASEDIR)/images; \
fi;
$(Q)cp images/*.png $(BASEDIR)/images
- $(Q)cd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html
- $(Q)cd $(BASEDIR)/; sed -i -e "s@../images@images@g" *.html
+# $(Q)cd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html
+# $(Q)cd $(BASEDIR)/; sed -i -e "s@../images@images@g" *.html
@echo "Running Tidy and obfuscate.sh..."
$(Q)for filename in `find $(BASEDIR) -name "*.html"`; do \
@@ -74,6 +74,7 @@ nochunks: validate 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)sed -i -e "s@../md5sums@md5sums@" $(BASEDIR)/$(NOCHUNKS_OUTPUT)
$(Q)$(MAKE) $(BASEDIR)/wget-list $(BASEDIR)/md5sums
tmpdir: