]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed double copy action in Makefile. 2480/head
authorJonathan Maron <jonathan.maron@theimagingsource.com>
Fri, 9 Mar 2012 06:38:14 +0000 (07:38 +0100)
committerJonathan Maron <jonathan.maron@theimagingsource.com>
Fri, 9 Mar 2012 06:38:14 +0000 (07:38 +0100)
Makefile

index 923c0ced34aba90ec0de85e108f7da3ba339aaea..6979d70b18e24c7a2a471f79e2a587fd88f6221f 100644 (file)
--- 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