Changeset 8ac05079


Ignore:
Timestamp:
01/23/2005 12:44:42 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
6a1593df
Parents:
bcadcfe
Message:

Fixed the Makefile.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rbcadcfe r8ac05079  
    161161validate:
    162162# x86
    163         xsltproc --xinclude --nonet --stringparam profile.condition pdf -stringparam profile.arch x86 \
     163        xsltproc --xinclude --nonet -stringparam profile.arch x86 \
    164164                 --output index-x86.xml stylesheets/lfs-profile.xsl index.xml
    165165        xmllint --noout --nonet --postvalid index-x86.xml
    166166
    167167# alpha
    168         xsltproc --xinclude --nonet --stringparam profile.condition pdf -stringparam profile.arch alpha \
     168        xsltproc --xinclude --nonet -stringparam profile.arch alpha \
    169169                 --output index-alpha.xml stylesheets/lfs-profile.xsl index.xml
    170170        xmllint --noout --nonet --postvalid index-alpha.xml
    171171
    172172# ppc
    173         xsltproc --xinclude --nonet --stringparam profile.condition pdf -stringparam profile.arch ppc \
     173        xsltproc --xinclude --nonet -stringparam profile.arch ppc \
    174174                 --output index-ppc.xml stylesheets/lfs-profile.xsl index.xml
    175175        xmllint --noout --nonet --postvalid index-ppc.xml
    176176
    177177# raq2
    178         xsltproc --xinclude --nonet --stringparam profile.condition pdf -stringparam profile.arch raq2 \
     178        xsltproc --xinclude --nonet -stringparam profile.arch raq2 \
    179179                 --output index-raq2.xml stylesheets/lfs-profile.xsl index.xml
    180180        xmllint --noout --nonet --postvalid index-raq2.xml
Note: See TracChangeset for help on using the changeset viewer.