DIR=../../html/docs/python
all:
	\rm -rf $(DIR)
	mkdir -p $(DIR)
	epydoc --config=epydoc.conf
