Changeset 56d1170 for Makefile


Ignore:
Timestamp:
10/13/2004 08:12:06 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
9ff34df3
Parents:
ef19c81
Message:

Updated the nochunk stylesheet.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    ref19c81 r56d1170  
    6363
    6464nochunks:
    65         xsltproc --xinclude --nonet --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
    66           stylesheets/lfs-nochunks.xsl index.xml
     65        xsltproc --xinclude --nonet -stringparam profile.condition html \
     66          --output $(BASEDIR)/lfs-nochunk.xml stylesheets/lfs-profile.xsl index.xml
     67
     68        xsltproc --nonet --output $(BASEDIR)/$(NOCHUNKS_OUTPUT) \
     69          stylesheets/lfs-nochunks.xsl $(BASEDIR)/lfs-nochunk.xml
     70
     71        rm $(BASEDIR)/lfs-nochunk.xml
     72
    6773        $(TIDY) -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
     74
     75        sed -i -e "s@text/html@application/xhtml+xml@g"  \
     76          $(BASEDIR)/$(NOCHUNKS_OUTPUT)
    6877
    6978validate:
Note: See TracChangeset for help on using the changeset viewer.