all: icewm.html

clean:
	rm -f *~

realclean:
	rm -f *.html

icewm.html: icewm.sgml
	sgml2html icewm.sgml

