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:
06c2f06
)
Don't remove test directory on clean
author
Brandon Aaron
<brandon.aaron@gmail.com>
Fri, 14 Dec 2007 18:59:47 +0000
(18:59 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Fri, 14 Dec 2007 18:59:47 +0000
(18:59 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
64dd418
..
d3d9d3c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-160,9
+160,6
@@
clean:
@@echo "Removing Distribution directory:" ${DIST_DIR}
@@rm -rf ${DIST_DIR}
- @@echo "Removing Test Suite directory:" ${TEST_DIR}
- @@rm -rf ${TEST_DIR}
-
@@echo "Removing Documentation directory:" ${DOCS_DIR}
@@rm -rf ${DOCS_DIR}