X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=8363be021383e3865eadfe03dec80cd66f8162d5;hb=9155d298ae8738ece29d4b2edfd32c578aebb27a;hp=351342efb93615ba5596c7b25cea273c1eccfc99;hpb=19a3ea2c7f88b7b3229629d7c7f7b596cee50c69;p=jquery.git diff --git a/Makefile b/Makefile index 351342e..8363be0 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,9 @@ PLUG_DIR = ../plugins BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/data.js\ - ${SRC_DIR}/support.js\ ${SRC_DIR}/selector.js\ ${SRC_DIR}/event.js\ + ${SRC_DIR}/support.js\ ${SRC_DIR}/ajax.js\ ${SRC_DIR}/fx.js\ ${SRC_DIR}/offset.js\ @@ -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"