Changeset 51f501a


Ignore:
Timestamp:
12/18/2004 06:27:56 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
700f9b7
Parents:
8083626c
Message:

Added arch profile support for PDF and nochunk output.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4413 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r8083626c r51f501a  
    1 BASEDIR=~/lfs-book
     1BASEDIR=~/lfs-book-raq2
    22CHUNK_QUIET=0
    3 PDF_OUTPUT=LFS-BOOK.pdf
    4 NOCHUNKS_OUTPUT=LFS-BOOK.html
     3PDF_OUTPUT=LFS-BOOK-RaQ2.pdf
     4NOCHUNKS_OUTPUT=LFS-BOOK-RaQ2.html
    55XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-current
    66ARCH=raq2
     
    5454
    5555pdf:
    56         xsltproc --xinclude --nonet --stringparam profile.condition pdf \
     56        xsltproc --xinclude --nonet --stringparam profile.condition pdf -stringparam profile.arch $(ARCH) \
    5757                --output $(BASEDIR)/lfs-pdf.xml stylesheets/lfs-profile.xsl index.xml
    5858        xsltproc --nonet --output $(BASEDIR)/lfs-pdf.fo stylesheets/lfs-pdf.xsl \
     
    6363
    6464nochunks:
    65         xsltproc --xinclude --nonet -stringparam profile.condition html \
     65        xsltproc --xinclude --nonet -stringparam profile.condition html -stringparam profile.arch $(ARCH) \
    6666          --output $(BASEDIR)/lfs-nochunk.xml stylesheets/lfs-profile.xsl index.xml
    6767
Note: See TracChangeset for help on using the changeset viewer.