SHELL=/bin/sh

default: all helpindex

helpindex:
	perl ./mkhtml.pl > /tmp/index.html
	mv /tmp/index.html .

all:
clean:
realclean:
