Index: BOOK/Makefile
===================================================================
--- BOOK/Makefile	(revision 3f8be484549afbb7a60fdc8afe688505d3d25c73)
+++ BOOK/Makefile	(revision 2965d0d1205fb582ee1d393e2bd3874288e8edde)
@@ -3,5 +3,4 @@
 DLLISTDIR=~/cross-lfs-dllist
 CHUNK_QUIET=1
-JAVA_HOME=/opt/jdk/jdk-precompiled-1.5.0
 XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-current
 ARCH=x86 x86_64 x86_64-64 sparc sparc64 sparc64-64 mips mips64 mips64-64 ppc alpha
@@ -25,5 +24,5 @@
 	echo "Rendering Single File HTML of $$arch..." ; \
 	xsltproc --xinclude --nonet -stringparam profile.condition html \
-	   --output $(BASEDIR)/LFS-BOOK-$$arch.html \
+	   --output $(BASEDIR)/CLFS-BOOK-$$arch.html \
 	   $(PWD)/stylesheets/lfs-nochunks.xsl $$arch-index.xml
 endef
@@ -35,5 +34,5 @@
                 $(PWD)/stylesheets/lfs-pdf.xsl $$arch-index.xml ; \
         sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo ; \
-        fop.sh -q $(BASEDIR)/lfs-pdf.fo -pdf $(BASEDIR)/LFS-BOOK-$$arch.pdf ; \
+        fop.sh -q $(BASEDIR)/lfs-pdf.fo -pdf $(BASEDIR)/CLFS-BOOK-$$arch.pdf ; \
         rm $(BASEDIR)/lfs-pdf.fo
 endef
@@ -45,5 +44,5 @@
                 $(PWD)/stylesheets/lfs-pdf.xsl $$arch-index.xml ; \
         sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo ; \
-        fop.sh $(BASEDIR)/lfs-pdf.fo -txt $(BASEDIR)/LFS-BOOK-$$arch.txt ; \
+        fop.sh $(BASEDIR)/lfs-pdf.fo -txt $(BASEDIR)/CLFS-BOOK-$$arch.txt ; \
         rm $(BASEDIR)/lfs-pdf.fo
 endef
