X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=64dd418beaae5a79185e70a3d821ba0bd8926406;hb=15a78f8fea8679205bc734ec053ff24ebbfd31c8;hp=e9a977c19abbeab4b48fa8de7498dbd7a0c25794;hpb=b4e23b5af0820a66c2e275051f613f3df9a4444d;p=jquery.git diff --git a/Makefile b/Makefile index e9a977c..64dd418 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/selector.js\ ${SRC_DIR}/event.js\ ${SRC_DIR}/ajax.js\ - ${SRC_DIR}/fx.js + ${SRC_DIR}/fx.js\ + ${SRC_DIR}/offset.js PLUGINS = ${PLUG_DIR}/button/*\ ${PLUG_DIR}/center/*\ @@ -108,20 +109,6 @@ ${JQ_MIN}: ${JQ} test: ${JQ} @@echo "Building Test Suite" - - @@echo " - Making Test Suite Directory:" ${TEST_DIR} - #@@mkdir -p ${TEST_DIR} - - @@echo " - Removing any old tests" - #@@rm -f ${TEST_DIR}/tests/* - - @@echo " - Copying over script files." - #@@cp -fR ${BUILD_DIR}/test/data ${TEST_DIR}/data - #@@cp -f ${BUILD_DIR}/test/index.html ${TEST_DIR} - - @@echo " - Compiling Test Cases" - #@@${JAR} ${BUILD_DIR}/test/test.js ${JQ} ${TEST_DIR} - @@echo "Test Suite Built" @@echo