Changeset effd9c6 for Makefile


Ignore:
Timestamp:
10/19/2005 06:13:41 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1.1
Children:
a9d820c
Parents:
e13f188
Message:

Updated Makefile and related files.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    re13f188 reffd9c6  
    11BASEDIR=~/lfs-book
     2DUMPDIR=~/lfs-commands
    23CHUNK_QUIET=0
    34PDF_OUTPUT=LFS-BOOK.pdf
     
    2829          tidy -config tidy.conf $$filename; \
    2930          true; \
    30         done;
    31 
    32         for filename in `find $(BASEDIR) -name "*.html"`; do \
     31          sh obfuscate.sh $$filename; \
    3332          sed -i -e "s@text/html@application/xhtml+xml@g" $$filename; \
    3433        done;
     
    5150        tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
    5251
     52        sh obfuscate.sh $(BASEDIR)/$(NOCHUNKS_OUTPUT)
     53
    5354        sed -i -e "s@text/html@application/xhtml+xml@g"  \
    5455          $(BASEDIR)/$(NOCHUNKS_OUTPUT)
     56
     57dump-commands:
     58        xsltproc --xinclude --nonet --output $(DUMPDIR)/ \
     59           stylesheets/dump-commands.xsl index.xml
    5560
    5661validate:
Note: See TracChangeset for help on using the changeset viewer.