Changeset 2965d0d for BOOK/Makefile


Ignore:
Timestamp:
Feb 21, 2006, 12:46:20 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
dc47e4c
Parents:
1972107
Message:

r640@server (orig r638): manuel | 2005-11-06 04:37:10 -0800
Fixed the ouput book's name.
Removed hardcoded JAVA_HOME due that it breack local editors settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r1972107 r2965d0d  
    33DLLISTDIR=~/cross-lfs-dllist
    44CHUNK_QUIET=1
    5 JAVA_HOME=/opt/jdk/jdk-precompiled-1.5.0
    65XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-current
    76ARCH=x86 x86_64 x86_64-64 sparc sparc64 sparc64-64 mips mips64 mips64-64 ppc alpha
     
    2524        echo "Rendering Single File HTML of $$arch..." ; \
    2625        xsltproc --xinclude --nonet -stringparam profile.condition html \
    27            --output $(BASEDIR)/LFS-BOOK-$$arch.html \
     26           --output $(BASEDIR)/CLFS-BOOK-$$arch.html \
    2827           $(PWD)/stylesheets/lfs-nochunks.xsl $$arch-index.xml
    2928endef
     
    3534                $(PWD)/stylesheets/lfs-pdf.xsl $$arch-index.xml ; \
    3635        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 ; \
    3837        rm $(BASEDIR)/lfs-pdf.fo
    3938endef
     
    4544                $(PWD)/stylesheets/lfs-pdf.xsl $$arch-index.xml ; \
    4645        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 ; \
    4847        rm $(BASEDIR)/lfs-pdf.fo
    4948endef
Note: See TracChangeset for help on using the changeset viewer.