Message ID | 20110822230015.6241.34350.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== removed file 'Makefile' --- Makefile 2011-04-20 03:48:53 +0000 +++ Makefile 1970-01-01 00:00:00 +0000 @@ -1,18 +0,0 @@ -PIP_INSTALL = pip install -E .virtualenv - -default: build - -.virtualenv: - virtualenv --setuptools .virtualenv - -install-virtualenv: .virtualenv - -develop: install-virtualenv setup.py - ./.virtualenv/bin/python setup.py develop --script-dir=./bin/ - $(PIP_INSTALL) -r requirements.txt - -build: develop - [ -f database.db ] || ./bin/manage syncdb --noinput - -loadsampledata: build - ./bin/manage loaddata sampledata.json