Added the submodule init/update to the Makefile for 'make test' and updated the READM...
[jquery.git] / Makefile
index 8b873e7..bdcce1e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,12 +10,13 @@ PLUG_DIR = ../plugins
 
 BASE_FILES = ${SRC_DIR}/core.js\
        ${SRC_DIR}/data.js\
+       ${SRC_DIR}/event.js\
+       ${SRC_DIR}/support.js\
        ${SRC_DIR}/selector.js\
        ${SRC_DIR}/traversing.js\
        ${SRC_DIR}/attributes.js\
        ${SRC_DIR}/manipulation.js\
-       ${SRC_DIR}/event.js\
-       ${SRC_DIR}/support.js\
+       ${SRC_DIR}/css.js\
        ${SRC_DIR}/ajax.js\
        ${SRC_DIR}/fx.js\
        ${SRC_DIR}/offset.js\
@@ -123,6 +124,8 @@ test: ${JQ}
        @@echo "Building Test Suite"
        @@echo "Test Suite Built"
        @@echo
+       git submodule init
+       git submodule update
 
 runtest: ${JQ} test
        @@echo "Running Automated Test Suite"