all: ; echo "list = [" > list.js find web/ -name \*.html -printf "%P\n" | perl filter.pl >> list.js find web/ -name \*.htm -printf "%P\n" | perl filter.pl >> list.js find web/ -name \*.pdf -printf "%P\n" | perl filter.pl >> list.js echo "];" >> list.js -diff list.js web/random/list.js mv -f list.js web/random/list.js php MakeStats.php tops: ; find web/ -name \*.html -printf "%P\n" | grep top > tops bottoms: ; find web/ -name \*.html -printf "%P\n" | grep bottom > bottoms controllers: ; find web/ -name \*.html -printf "%P\n" | grep ontroller > controllers