HEVEA=hevea
HEVEA_ARGS=-I ..

all:
	$(HEVEA) $(HEVEA_ARGS) manual.tex
	$(HEVEA) $(HEVEA_ARGS) manual.tex
	$(HEVEA) $(HEVEA_ARGS) manual.tex

clean:
	rm -f *.haux *.html *.htoc

.PHONY: all clean
