aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-13 23:03:37 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-13 23:03:37 +0000
commite0578b6050cdea63e8e2c9e6ebfbb04e337a7d74 (patch)
treeb7a6c2ceb6c08980fa922d251a3a53255d165f51 /Makefile
parentaea20b5b0fbdafafaa8da6cec08a8bf257b52e8d (diff)
Remove unused lines in Makefile
Fix spacing in util-linux git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11936 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d21bb7c0d..74d4a929a 100644
--- a/Makefile
+++ b/Makefile
@@ -46,9 +46,6 @@ book: validate profile-html
@echo "Copying CSS code and images..."
$(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; \
- popd > /dev/null
$(Q)mkdir -p $(BASEDIR)/images
$(Q)cp images/*.png $(BASEDIR)/images