.PHONY: clean

all: index.html

index.html: ../doc/esrap.html
	cp ../doc/esrap.html index.html

clean:
	rm -f *~ *.lisp *.lisp.html \#*
