thirdparty/python-graph/Makefile
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 29 Nov 2008 00:12:47 +0000
changeset 606 65d35584ee31
parent 594 06c2228e39cb
permissions -rw-r--r--
Make forms generic Currently only Sponsor uses the new generic forms, as such this makes the form code more complex. The other forms, however, can be converted in a similar way, which will result in a lot of code reduction. 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