X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=9a763340d553470c2958097da8d97600a56bd6e8;hb=2d56dbc13d9c1254eb740ca48f413e9513f0e533;hp=e11ea5d2781f8a9c96973b509ddb62b4b79f2a1c;hpb=87284a8ee751e1b4bb4a1ed96cdb92cb938d5f04;p=jquery.git diff --git a/Makefile b/Makefile index e11ea5d..9a76334 100644 --- a/Makefile +++ b/Makefile @@ -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