hacking-howto.html: hacking-howto
	asciidoc -n $<

all: hacking-howto.html

clean:
	rm -f */*.{aux,log,toc,bm,pdf,dvi}
	rm -f *.log *.html
