thirdparty/python-graph/Makefile
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 29 Nov 2008 13:44:02 +0000
changeset 608 77bffba4e946
parent 594 06c2228e39cb
permissions -rw-r--r--
Added _onCreate _onUpdate and _onDelete methods to logic/models/base.py. These methods can be overwritten by other logic/models/ modules to serve as a way to for instance send out an update message. Patch by: Lennard de Rijk

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