all: 
	javadoc cube.database cube.persistent cube.globals cube.configure cube.tools cube.cubette cube.gui cube.applet
	chmod a+r *

clean: 
	rm -f *.html
