X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=f69aa637937b84c80b2fd41658cf7f74ced6ede3;hb=f7ed2aca562620f9424b1667170352e798e99ef3;hp=6b46c7dfb007a4e45d11c2bb9a243e3ff57927b1;hpb=ae772e742295591678ee53c89e5132df817c4606;p=jquery.git diff --git a/Makefile b/Makefile index 6b46c7d..f69aa63 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,9 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/css.js\ ${SRC_DIR}/ajax.js\ + ${SRC_DIR}/transports/jsonp.js\ + ${SRC_DIR}/transports/script.js\ + ${SRC_DIR}/transports/xhr.js\ ${SRC_DIR}/effects.js\ ${SRC_DIR}/offset.js\ ${SRC_DIR}/dimensions.js @@ -39,7 +42,7 @@ SIZZLE_DIR = ${SRC_DIR}/sizzle QUNIT_DIR = ${TEST_DIR}/qunit JQ_VER = $(shell cat version.txt) -VER = sed s/@VERSION/${JQ_VER}/ +VER = sed "s/@VERSION/${JQ_VER}/" DATE=$(shell git log -1 --pretty=format:%ad)