X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=88764256549a3d01d1eae0afed36cfa4ab9ab0d4;hb=de99248c4078f3646316e3d09dfa9fe999bbd97d;hp=eed1687a76008e3ee70337aa3d22c7de829282fc;hpb=d609cc536e0edad1b95ed4cd910307d5d15abac8;p=platal.git diff --git a/Makefile b/Makefile index eed1687..8876425 100644 --- a/Makefile +++ b/Makefile @@ -115,10 +115,13 @@ include/banana/banana.inc.php: ## jquery ## -jquery: htdocs/javascript/jquery.js htdocs/javascript/jquery.autocomplete.js +jquery: htdocs/javascript/jquery.js htdocs/javascript/jquery.autocomplete.js htdocs/javascript/jquery.color.js htdocs/javascript/jquery.js: wget http://jquery.com/src/jquery-latest.pack.js -O $@ -q || ($(RM) $@; exit 1) +htdocs/javascript/jquery.color.js: + wget http://plugins.jquery.com/files/jquery.color.js.txt -O $@ -q || ($(RM) $@; exit 1) + ################################################################################ .PHONY: build dist clean wiki build-wiki banana htdocs/images/banana htdocs/css/banana.css include/banana/banana.inc.php