2 #######################################################################
6 # Description: Tidy is best used inside a loop, but Makefiles don't do
7 # bash loops well. This file alleviates that problem.
9 # Author: James Robertson
11 ########################################################################
13 for file in `find "$1" -name "*.html"`; do
14 tidy
-config tidy.conf
$file