all:
	cat header.html tutorial.md footer.html > tutorial.html

deploy:
	scp tutorial.html dch@freefall:www/talks/diy-jails/
	ssh dch@freefall chmod 0644 www/talks/diy-jails/tutorial.html
