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:
1293e80
)
Fixed typo, thanks Patrick
author
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Sat, 16 Sep 2006 16:15:46 +0000
(16:15 +0000)
committer
Jörn Zaefferer
<joern.zaefferer@gmail.com>
Sat, 16 Sep 2006 16:15:46 +0000
(16:15 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
a22670e
..
e11ea5d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-10,8
+10,8
@@
MODULES = ${SRC_DIR}/intro.js\
${SRC_DIR}/jquery/*\
${SRC_DIR}/event/*\
${SRC_DIR}/fx/*\
- ${SRC_DIR}/ajax/*
- ${SRC_DIR}/outro.js\
+ ${SRC_DIR}/ajax/*\
+ ${SRC_DIR}/outro.js
JQ = ${DIST_DIR}/jquery.js
JQ_LITE = ${DIST_DIR}/jquery.lite.js