
Tutorial/index.html:Tutorial.tex
	latex2html -address "Mads Lindstrm" Tutorial.tex

.PHONY: clean

clean:
	-rm -f Tutorial.tex~
	-rm -f Tutorial/*
