X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=d3d9d3c27b962fe1033717651f923e72f46e7765;hb=01e8f33e44b8ee4aa61b48d60cfcae34ac12fcf1;hp=e9a977c19abbeab4b48fa8de7498dbd7a0c25794;hpb=b4e23b5af0820a66c2e275051f613f3df9a4444d;p=jquery.git diff --git a/Makefile b/Makefile index e9a977c..d3d9d3c 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 @@ -173,9 +160,6 @@ clean: @@echo "Removing Distribution directory:" ${DIST_DIR} @@rm -rf ${DIST_DIR} - @@echo "Removing Test Suite directory:" ${TEST_DIR} - @@rm -rf ${TEST_DIR} - @@echo "Removing Documentation directory:" ${DOCS_DIR} @@rm -rf ${DOCS_DIR}