aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2009-11-30 15:45:16 -0500
committerjeresig <jeresig@gmail.com>2009-11-30 15:45:16 -0500
commit6798df54f40b316ce65c4e44e3c0370356956dd7 (patch)
tree7f575b2c94432f0fee149de9b908276b002e8d16 /Makefile
parente514e67cd24db3daf7658d53138a4fbef5fdc0c2 (diff)
downloadjquery-6798df54f40b316ce65c4e44e3c0370356956dd7.tar.gz
jquery-6798df54f40b316ce65c4e44e3c0370356956dd7.zip
Switched from using Git Submodules to just doing a straight clone of the QUnit and Sizzle directories. Works much better for what we want.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 94fa885b2..035b1e112 100644
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,8 @@ ${DIST_DIR}:
init:
@@echo "Grabbing external dependencies..."
- @@git submodule init
- @@git submodule update
+ @@git clone git://github.com/jquery/qunit.git test/qunit
+ @@git clone git://github.com/jeresig/sizzle.git src/sizzle
@@cd src/sizzle && git pull origin master
@@cd test/qunit && git pull origin master