aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-08-16 17:54:29 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-08-16 17:54:29 +0000
commit1c27a5344b382f0d6ddf79b76bd112e145f44d91 (patch)
tree38959a9e3d448c7877f6514b4c2da926a546c841 /Makefile
parentf5e821c9ec8417651988c3ce6020708a8cccae9c (diff)
Update to tzdata-2015f.
Add a workaround to ncurses in Chapter 5 for hosts that have mawk installed. Document some minor test failures. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10937 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 36f95b08f..c6f8f8e02 100644
--- a/Makefile
+++ b/Makefile
@@ -24,12 +24,13 @@ lfs: validate profile-html
mkdir -p $(BASEDIR)/stylesheets; \
fi;
$(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
+ $(Q)pushd $(BASEDIR)/; sed -i -e "s@../stylesheets@stylesheets@g" *.html; popd
+
$(Q)if [ ! -e $(BASEDIR)/images ]; then \
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)pushd $(BASEDIR)/; sed -i -e "s@../images@images@g" *.html; popd
@echo "Running Tidy and obfuscate.sh..."
$(Q)for filename in `find $(BASEDIR) -name "*.html"`; do \