mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Reverted local Makefile changes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8047 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f3f808e6a5
commit
0e9b4458b6
15
Makefile
15
Makefile
@ -47,19 +47,12 @@ wget-list:
|
|||||||
# rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
|
# rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
|
||||||
|
|
||||||
# Remove this for testing and stable versions
|
# 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:
|
pdf:
|
||||||
xsltproc --xinclude --nonet --output $(BASEDIR)/fop1-lfs-pdf.fo \
|
xsltproc --xinclude --nonet --output $(BASEDIR)/lfs-pdf.fo \
|
||||||
stylesheets/lfs-pdf.xsl index.xml
|
stylesheets/lfs-pdf.xsl index.xml
|
||||||
sed -i -e 's/span="inherit"/span="all"/' $(BASEDIR)/fop1-lfs-pdf.fo
|
sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo
|
||||||
FOP_HOME=~/cosas/fop-0,93 && ~/cosas/fop-0.93/fop $(BASEDIR)/fop1-lfs-pdf.fo $(BASEDIR)/fop1-$(PDF_OUTPUT)
|
fop.sh $(BASEDIR)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT)
|
||||||
# rm $(BASEDIR)/fop1-lfs-pdf.fo
|
rm $(BASEDIR)/lfs-pdf.fo
|
||||||
|
|
||||||
nochunks:
|
nochunks:
|
||||||
xsltproc --xinclude --nonet -stringparam profile.condition html \
|
xsltproc --xinclude --nonet -stringparam profile.condition html \
|
||||||
|
Loading…
Reference in New Issue
Block a user