added Makefile for building docs and testing

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40439
This commit is contained in:
Ismael Carnales 2008-11-27 14:39:55 +00:00
parent b714b5ab09
commit 9e43e69d13
10 changed files with 1152 additions and 1136 deletions

16
sites/scrapy.org/Makefile Normal file
View File

@ -0,0 +1,16 @@
export PYTHONPATH =: .
SETTINGS = export DJANGO_SETTINGS_MODULE=scrapyorg.settings
.PHONY : all build docs tests
all : build tests
build : docs
docs :
sphinx-build -a -b pickle docs/sources docs/pickle
tests :
$(SETTINGS); \
django-admin.py test

File diff suppressed because it is too large Load Diff