diff -r 342bebadd075 -r 88c486951f10 thirdparty/python-graph/Makefile --- a/thirdparty/python-graph/Makefile Sun Nov 30 16:39:18 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -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