tests:
	cd textindexng/tests/ && ./runall.sh

egg:
	python2.4 setup.py bdist_egg

upload: 
	python2.4 setup.py bdist_egg upload
