MINOR Added git checkout of github to Makefile in order to have a fully self-contained 'make test' command

git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@115419 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2011-01-11 09:43:04 +00:00
parent 8e52773cc2
commit 79ad998d47

View File

@ -6,6 +6,9 @@
#
test:
if [ ! -d "src" ]; then \
git clone git://github.com/chillu/silverstripe-doc-restructuring.git src/github; \
fi
$(MAKE) QUERYSTRING="$(QUERYSTRING)" -C sapphire test
getallmodules: