X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=45453f66742db73aa34cd60558d85a8e3b084dbd;hb=c5943ff9bbc62afe434901e0aa0f28f0c60ba94a;hp=e11ea5d2781f8a9c96973b509ddb62b4b79f2a1c;hpb=87284a8ee751e1b4bb4a1ed96cdb92cb938d5f04;p=jquery.git diff --git a/Makefile b/Makefile index e11ea5d..45453f6 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ test: ${JQ} @@rm -f ${TEST_DIR}/tests/* @@echo " - Copying over script files." - @@cp -fR ${BUILD_DIR}/test/js ${TEST_DIR}/js + @@cp -fR ${BUILD_DIR}/test/data ${TEST_DIR}/data @@cp -f ${BUILD_DIR}/test/index.html ${TEST_DIR} @@echo " - Compiling Test Cases" @@ -84,6 +84,9 @@ docs: ${JQ} @@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