all: index.html
rsync -uavze ssh /mnt/web/lowellfarm.yokels.org/htdocs/hb2-doc/* achanler@mercury:/usr/web/ecg/projects/rumble/
index.html: hb2.xml
xmllint --valid --noout hb2.xml
xsltproc --novalid guide.xsl hb2.xml > index.html
clean:
rm index.html