all: skk.html

skk.html: skk.texi gpl.texi
	makeinfo --html --no-split --css-ref=simple.css skk.texi

clean:
	rm -f skk.html
