aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-04-15 15:52:16 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2007-04-15 15:52:16 +0000
commit0e9b4458b6177e0ff8dd42071b0ba2e33a9856da (patch)
treea02b86c5f4e69ea9a409c8465e00c1a5622f5ec9 /Makefile
parentf3f808e6a5cbf4249ed71055967687167f9ccbcd (diff)
Reverted local Makefile changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8047 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 4 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 89243259a..d4b88f8f2 100644
--- a/Makefile
+++ b/Makefile
@@ -47,19 +47,12 @@ wget-list:
# rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
# Remove this for testing and stable versions
-pdf-orig:
- xsltproc --xinclude --nonet --output $(BASEDIR)/fop-lfs-pdf.fo \
- stylesheets/lfs-pdf.xsl index.xml
- sed -i -e 's/span="inherit"/span="all"/' $(BASEDIR)/fop-lfs-pdf.fo
- fop.sh $(BASEDIR)/fop-lfs-pdf.fo $(BASEDIR)/fop-$(PDF_OUTPUT)
-# rm $(BASEDIR)/fop-lfs-pdf.fo
-
pdf:
- xsltproc --xinclude --nonet --output $(BASEDIR)/fop1-lfs-pdf.fo \
+ xsltproc --xinclude --nonet --output $(BASEDIR)/lfs-pdf.fo \
stylesheets/lfs-pdf.xsl index.xml
- sed -i -e 's/span="inherit"/span="all"/' $(BASEDIR)/fop1-lfs-pdf.fo
- FOP_HOME=~/cosas/fop-0,93 && ~/cosas/fop-0.93/fop $(BASEDIR)/fop1-lfs-pdf.fo $(BASEDIR)/fop1-$(PDF_OUTPUT)
-# rm $(BASEDIR)/fop1-lfs-pdf.fo
+ sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
+ fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
+ rm $(BASEDIR)/lfs-pdf.fo
nochunks:
xsltproc --xinclude --nonet -stringparam profile.condition html \