thirdparty/python-graph/Makefile
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 29 Nov 2008 19:44:48 +0000
changeset 613 4880ffa9f3ba
parent 594 06c2228e39cb
permissions -rw-r--r--
Moved getDjangoURLPatterns to sitemap.sitemap Third commit in a series that aims to improve the cohesion in the base.View class. 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