From: Jonathan Maron Date: Fri, 9 Mar 2012 06:38:14 +0000 (+0100) Subject: Fixed double copy action in Makefile. X-Git-Tag: v2.0.2~33^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2480%2Fhead;p=thirdparty%2Fbootstrap.git Fixed double copy action in Makefile. --- 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