X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=2c0a9faa2f2373bbed92997b0ad365e145414297;hb=efe51cdf2049906788173390a9e9867f5a5ab47e;hp=fdb57bda428be1bd8fe55c012963cac2f2ff15cb;hpb=6cf981eea20695987b4f7341f80442a7cf8271eb;p=jquery.git diff --git a/Makefile b/Makefile index fdb57bd..2c0a9fa 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/support.js\ ${SRC_DIR}/data.js\ ${SRC_DIR}/queue.js\ + ${SRC_DIR}/attributes.js\ ${SRC_DIR}/event.js\ ${SRC_DIR}/selector.js\ ${SRC_DIR}/traversing.js\ - ${SRC_DIR}/attributes.js\ ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/css.js\ ${SRC_DIR}/ajax.js\ @@ -43,10 +43,11 @@ init: @@echo "Grabbing external dependencies..." @@if test ! -d test/qunit/.git; then git clone git://github.com/jquery/qunit.git test/qunit; fi @@if test ! -d src/sizzle/.git; then git clone git://github.com/jeresig/sizzle.git src/sizzle; fi - @@cd src/sizzle && git pull origin master > /dev/null 2>&1 - @@cd test/qunit && git pull origin master > /dev/null 2>&1 + - @@cd src/sizzle && git pull origin master > /dev/null 2>&1 + - @@cd test/qunit && git pull origin master > /dev/null 2>&1 jquery: ${DIST_DIR} selector ${JQ} +jq: ${DIST_DIR} ${JQ} ${JQ}: ${MODULES} @@echo "Building" ${JQ}