Changeset 87d09b7 in clfs-embedded


Ignore:
Timestamp:
Nov 27, 2010, 9:40:48 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
a9bbc46
Parents:
b6327d0
Message:

Disable tidy in the Makefile until all the dependencies are fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    rb6327d0 r87d09b7  
    3636        $(Q)rm -f $(RENDERTMP)/*.fo
    3737
    38 ifeq ($(shell which tidy >/dev/null 2>&1 && echo yes),yes)
     38ifeq ($(shell false which tidy >/dev/null 2>&1 && echo yes),yes)
    3939tidy:
    4040        @echo "Running tidy on the created HTML"
Note: See TracChangeset for help on using the changeset viewer.