aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-08-10 17:53:57 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-08-10 17:53:57 +0000
commit5c3f304a8fcc46d0c5ddc25fff3a3f9336ae9d94 (patch)
treeafb48654c47d0d5f998b7eca86c378856e0a00f0 /Makefile
parentcf0a7d0ce27340b296f4dfc2546a7239a9a622d3 (diff)
Adding some new png files to supoprt alternate css
Fix css validation for media='print' stylesheet Add alternate css file NO VISIBLE CHANGES FOR USERS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3441e0032..36f95b08f 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ 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@../stylesheets@stylesheets@g" *.html
# $(Q)cd $(BASEDIR)/; sed -i -e "s@../images@images@g" *.html
@echo "Running Tidy and obfuscate.sh..."