git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f839a6
)
Fixed lite version of jQuery.
author
John Resig
<jeresig@gmail.com>
Thu, 20 Dec 2007 15:11:07 +0000
(15:11 +0000)
committer
John Resig
<jeresig@gmail.com>
Thu, 20 Dec 2007 15:11:07 +0000
(15:11 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
d3d9d3c
..
0f8187b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-79,8
+79,7
@@
lite: ${JQ_LITE}
${JQ_LITE}: ${JQ}
@@echo "Building" ${JQ_LITE}
- @@echo " - Removing ScriptDoc from" ${JQ}
- @@${JAR} ${BUILD_DIR}/build/lite.js ${JQ} ${JQ_LITE}
+ @@cp ${JQ} ${JQ_LITE}
@@echo ${JQ_LITE} "Built"
@@echo