aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-11-10 02:13:58 +0100
committerJohn Resig <jeresig@gmail.com>2009-11-10 02:13:58 +0100
commita8b089a02089d3d7b7e0744e59618ff9800e760a (patch)
tree5583ed3f4b04543fa4ab7735a4123def5c063fa2 /Makefile
parent262fcf7b7b919da1564509f621cf7480a5d5572b (diff)
downloadjquery-a8b089a02089d3d7b7e0744e59618ff9800e760a.tar.gz
jquery-a8b089a02089d3d7b7e0744e59618ff9800e760a.zip
Force the submodules to keep up to date.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 13e5299a3..2ab385bee 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,9 @@ init:
@@echo "Grabbing external dependencies..."
@@git submodule init
@@git submodule update
+ @@cd src/sizzle && git pull
+ @@cd test/qunit && git pull
+ @@git submodule update
jquery: ${DIST_DIR} selector ${JQ}