aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-03-13 14:45:58 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-03-13 14:45:58 +0000
commit6fb10045a94ea6ffc1b47bbb44667f8e15a7c6f8 (patch)
treefba43d88bbd6b5cd186883c8b611eff09cb590ff /Makefile
parent1cb44818d15db6d52d846c833d843e9a8b1535b2 (diff)
Commit forgotten Makefile in previous commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11780 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 dfe852821..a1fb746b3 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ book: validate profile-html
$(Q)mkdir -p $(BASEDIR)/stylesheets
$(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
$(Q)pushd $(BASEDIR)/ > /dev/null; \
- sed -i -e "s@../stylesheets@stylesheets@g" *.html; \
+# sed -i -e "s@../stylesheets@stylesheets@g" *.html; \
popd > /dev/null
$(Q)mkdir -p $(BASEDIR)/images