all: html

html:
	cp ../grml_tips grml_tips
	./grml-tips2html.sh

clean:
	rm grml_tips grml_tips.html grml_tips.orig
