aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-02-21 21:19:30 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-02-21 21:19:30 +0000
commit395f4157a89688bae9f2108bbabf7e41f52f5b62 (patch)
treecca54c07f16916a891e39d6ab77b5de917d9553d /Makefile
parent845846e02dce7a7f28a164b54c4d849d7fa11bad (diff)
Changed paper size to letter. Fixed Makefile.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4665 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile30
1 files changed, 13 insertions, 17 deletions
diff --git a/Makefile b/Makefile
index 4bf6f9488..625612e4d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,27 +33,23 @@ lfs:
sed -i -e "s@text/html@application/xhtml+xml@g" $$filename; \
done;
-#
-# This is the old "pdf" target. The old "print" target below has been
-# renamed to "pdf" and will be used. This commented out previous_pdf
-# target can be removed eventually. It'll remain here for a bit for
-# historical reasons
-#
-#previous_pdf:
-# xsltproc --xinclude --nonet --output $(BASEDIR)/lfs.fo stylesheets/lfs-pdf.xsl \
-# index.xml
-# sed -i -e "s/inherit/all/" $(BASEDIR)/lfs.fo
-# fop.sh $(BASEDIR)/lfs.fo $(BASEDIR)/$(PDF_OUTPUT)
-# rm lfs.fo
+# Uncomment this for testing and stable versions
+#pdf:
+# xsltproc --xinclude --nonet --stringparam profile.condition pdf \
+# --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index.xml
+# xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl \
+# $(BASEDIR)/lfs-pdf.xml
+# sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
+# fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
+# rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
+# Remove this for testing and stable versions
pdf:
- xsltproc --xinclude --nonet --stringparam profile.condition pdf \
- --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index.xml
- xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl \
- $(BASEDIR)/lfs-pdf.xml
+ xsltproc --xinclude --nonet --output $(BASEDIR)/lfs-pdf.fo \
+ stylesheets/lfs-pdf.xsl index.xml
sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
- rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
+ rm $(BASEDIR)/lfs-pdf.fo
nochunks:
xsltproc --xinclude --nonet -stringparam profile.condition html \