X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=4d17f00caf20a45b5ef7f40654f87fe4e76190aa;hb=b1a40c9bfdbbfce5416e4dfa52577379bdcc0a74;hp=33efcea7e761bd0fc8a846a28a254a6e45c3c25e;hpb=7346a476cc1fe20612fb1e9b08faef27e36a962c;p=jquery.git diff --git a/Makefile b/Makefile index 33efcea..4d17f00 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ MINJAR = java -jar ${BUILD_DIR}/yuicompressor-2.4.2.jar DATE=`svn info . | grep Date: | sed 's/.*: //g'` REV=`svn info . | grep Rev: | sed 's/.*: //g'` -all: jquery lite min pack speed +all: jquery min speed @@echo "jQuery build complete." ${DIST_DIR}: @@ -128,28 +128,6 @@ runtest: ${JQ} test @@echo "Test Suite Finished" @@echo -docs: ${JQ} - @@echo "Building Documentation" - - @@echo " - Making Documentation Directory:" ${DOCS_DIR} - @@mkdir -p ${DOCS_DIR} - @@mkdir -p ${DOCS_DIR}/data - - @@echo " - Copying over htaccess file." - @@cp -fR ${BUILD_DIR}/docs/.htaccess ${DOCS_DIR} - - @@echo " - Copying over script files." - @@cp -fR ${BUILD_DIR}/docs/js ${DOCS_DIR}/js - - @@echo " - Copying over style files." - @@cp -fR ${BUILD_DIR}/docs/style ${DOCS_DIR}/style - - @@echo " - Extracting ScriptDoc from" ${JQ} - @@${JAR} ${BUILD_DIR}/docs/docs.js ${JQ} ${DOCS_DIR} - - @@echo "Documentation Built" - @@echo - speed: ${JQ} @@echo "Building Speed Test Suite"