- Timestamp:
- Feb 21, 2006, 12:46:20 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- dc47e4c
- Parents:
- 1972107
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r1972107 r2965d0d 3 3 DLLISTDIR=~/cross-lfs-dllist 4 4 CHUNK_QUIET=1 5 JAVA_HOME=/opt/jdk/jdk-precompiled-1.5.06 5 XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-current 7 6 ARCH=x86 x86_64 x86_64-64 sparc sparc64 sparc64-64 mips mips64 mips64-64 ppc alpha … … 25 24 echo "Rendering Single File HTML of $$arch..." ; \ 26 25 xsltproc --xinclude --nonet -stringparam profile.condition html \ 27 --output $(BASEDIR)/ LFS-BOOK-$$arch.html \26 --output $(BASEDIR)/CLFS-BOOK-$$arch.html \ 28 27 $(PWD)/stylesheets/lfs-nochunks.xsl $$arch-index.xml 29 28 endef … … 35 34 $(PWD)/stylesheets/lfs-pdf.xsl $$arch-index.xml ; \ 36 35 sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo ; \ 37 fop.sh -q $(BASEDIR)/lfs-pdf.fo -pdf $(BASEDIR)/ LFS-BOOK-$$arch.pdf ; \36 fop.sh -q $(BASEDIR)/lfs-pdf.fo -pdf $(BASEDIR)/CLFS-BOOK-$$arch.pdf ; \ 38 37 rm $(BASEDIR)/lfs-pdf.fo 39 38 endef … … 45 44 $(PWD)/stylesheets/lfs-pdf.xsl $$arch-index.xml ; \ 46 45 sed -i -e "s/inherit/all/" $(BASEDIR)/lfs-pdf.fo ; \ 47 fop.sh $(BASEDIR)/lfs-pdf.fo -txt $(BASEDIR)/ LFS-BOOK-$$arch.txt ; \46 fop.sh $(BASEDIR)/lfs-pdf.fo -txt $(BASEDIR)/CLFS-BOOK-$$arch.txt ; \ 48 47 rm $(BASEDIR)/lfs-pdf.fo 49 48 endef
Note:
See TracChangeset
for help on using the changeset viewer.