Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maron <jonathan.maron@theimagingsource.com>2012-03-09 10:38:14 +0400
committerJonathan Maron <jonathan.maron@theimagingsource.com>2012-03-09 10:38:14 +0400
commitaa8e6b081c43651b2c54af4809d853acf58f62b4 (patch)
treea5da7ff075416bb303cc5773b3b0f773ebfabb60 /Makefile
parent3d58b4622671bc51c22c857641db3b988e73632a (diff)
Fixed double copy action in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 923c0ced34..6979d70b18 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,6 @@ docs: bootstrap
cp img/* docs/assets/img/
cp js/*.js docs/assets/js/
cp js/tests/vendor/jquery.js docs/assets/js/
- cp js/tests/vendor/jquery.js docs/assets/js/
#
# BUILD SIMPLE BOOTSTRAP DIRECTORY
@@ -56,4 +55,4 @@ watch:
watchr -e "watch('less/.*\.less') { system 'make' }"
-.PHONY: dist docs watch gh-pages \ No newline at end of file
+.PHONY: dist docs watch gh-pages