aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-07-10 22:42:43 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-07-10 22:42:43 +0000
commit23a0f82a9b8b86819d11d41b8033f47fc34623df (patch)
treeb7d4c79e8f7b1bf544897f2da1d7d0fcdb379ada /Makefile
parent3e005ba61044ca60ff3d4320c421e796605c1729 (diff)
Update to tzdata-2016f.
Add discussion of Grub Bios Partition. Fix Makefile for proper total package size calculation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 57de0ae74..9441d3d6b 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ book: validate profile-html
--stringparam rootid "$(ROOT_ID)" \
--stringparam base.dir $(BASEDIR)/ \
stylesheets/lfs-chunked.xsl \
- $(RENDERTMP)/lfs-html2.xml
+ $(RENDERTMP)/lfs-html.xml
@echo "Copying CSS code and images..."
$(Q)mkdir -p $(BASEDIR)/stylesheets
@@ -147,7 +147,7 @@ profile-html:
--stringparam profile.condition html \
--output $(RENDERTMP)/lfs-html.xml \
stylesheets/lfs-xsl/profile.xsl \
- $(RENDERTMP)/lfs-html2.xml
+ $(RENDERTMP)/lfs-full.xml
wget-list: $(BASEDIR)/wget-list
$(BASEDIR)/wget-list: stylesheets/wget-list.xsl chapter03/chapter03.xml \