mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-04 11:34:36 +01:00
Activated the pdf Makefile target for testing and stable releases.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4892 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a52ecd0267
commit
1eb75cf60f
18
Makefile
18
Makefile
@ -34,22 +34,14 @@ lfs:
|
||||
done;
|
||||
|
||||
# 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 --output $(BASEDIR)/lfs-pdf.fo \
|
||||
stylesheets/lfs-pdf.xsl index.xml
|
||||
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.fo
|
||||
rm $(BASEDIR)/lfs-pdf.xml $(BASEDIR)/lfs-pdf.fo
|
||||
|
||||
nochunks:
|
||||
xsltproc --xinclude --nonet -stringparam profile.condition html \
|
||||
|
Loading…
Reference in New Issue
Block a user