thirdparty/python-graph/Makefile
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 28 Nov 2008 22:49:26 +0000
changeset 603 8ce6268a37bc
parent 594 06c2228e39cb
permissions -rw-r--r--
Make Sponsor use the new DynaForm module Currently only a slight reduction in code, but hopefully some (or all?) of the form's definition can move up into base.View. Patch by: Sverre Rabbelier

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