SUBDIRS=doc demos PyChart
VERSION=1.2

distrib:
	python setup.py sdist

clean:
	rm -f *~
	-for dir in $(SUBDIRS); do $(MAKE) -C$$dir clean; done

