# Generate the bash/tcsh comparison table. all: compare.html clean: rm -rf *~ *.html compare.html: genhtml.py compare.sh compare.csh umask 0; ./genhtml.py compare.sh compare.csh >$@