decoupling styles retrieval from the attr method
[jquery.git] / Makefile
index 33efcea..c236120 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,12 @@ PLUG_DIR = ../plugins
 BASE_FILES = ${SRC_DIR}/core.js\
        ${SRC_DIR}/data.js\
        ${SRC_DIR}/selector.js\
+       ${SRC_DIR}/traversing.js\
+       ${SRC_DIR}/attributes.js\
+       ${SRC_DIR}/manipulation.js\
        ${SRC_DIR}/event.js\
        ${SRC_DIR}/support.js\
+       ${SRC_DIR}/css.js\
        ${SRC_DIR}/ajax.js\
        ${SRC_DIR}/fx.js\
        ${SRC_DIR}/offset.js\
@@ -49,13 +53,13 @@ JQ_PACK = ${DIST_DIR}/jquery.pack.js
 JQ_VER = `cat version.txt`
 VER = sed s/@VERSION/${JQ_VER}/
 
-JAR = java -jar ${BUILD_DIR}/js.jar
+JAR = java -Dfile.encoding=utf-8 -jar ${BUILD_DIR}/js.jar
 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 +132,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"