.PHONY: html clean

html:
	makeinfo --html --split=chapter --css-include manual.css djula.texi

clean:
	rm -f djula/*
