Changeset 9d3e271


Ignore:
Timestamp:
10/13/2004 10:19:23 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
1bec700
Parents:
ec5839b
Message:

Removed the TIDY variable

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rec5839b r9d3e271  
    44NOCHUNKS_OUTPUT=LFS-BOOK.html
    55XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-current
    6 TIDY=/home/manuel/bin/lfs-tidy
    76
    87lfs:
     
    3231
    3332        for filename in `find $(BASEDIR) -name "*.html"`; do \
    34           $(TIDY) -config tidy.conf $$filename; \
     33          tidy -config tidy.conf $$filename; \
    3534          true; \
    3635        done;
     
    7170        rm $(BASEDIR)/lfs-nochunk.xml
    7271
    73         $(TIDY) -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
     72        tidy -config tidy.conf $(BASEDIR)/$(NOCHUNKS_OUTPUT) || true
    7473
    7574        sed -i -e "s@text/html@application/xhtml+xml@g"  \
Note: See TracChangeset for help on using the changeset viewer.