Index: django-model-utils-2.0.3/Makefile
===================================================================
--- django-model-utils-2.0.3.orig/Makefile	2014-02-20 07:59:49.000000000 +1100
+++ /dev/null	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-all: init docs test
-
-init:
-	python setup.py develop
-	pip install tox coverage Sphinx
-
-test:
-	coverage erase
-	tox
-	coverage html
-
-docs: documentation
-
-documentation:
-	python setup.py build_sphinx
