thirdparty/python-graph/Makefile
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sun, 30 Nov 2008 16:29:48 +0000
changeset 623 01757248f7c3
parent 594 06c2228e39cb
permissions -rw-r--r--
Remove unused imports in soc.views.models.user and soc.views.models.sponsor modules. Patch by: Pawel Solyga

none:

install:
	./setup.py install

docs: graph/*.py
	epydoc -v --no-frames --no-sourcecode --name="python-graph" --url="http://code.google.com/p/python-graph/" --no-private --html --css misc/epydoc.css -o docs graph/*.py

edit: graph/*.py
	gedit graph/__init__.py &
	gedit graph/*.py &

clean:
	rm -rf docs
	rm -rf dist
	rm -rf build
	rm graph/*.pyc