X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=3859605703f49052f3be49bfa25384ad4f455aa6;hb=eccc8fa784f19c658862f57ff634cce331e0b40a;hp=230f576cd6096a902f2e29d8000da5a06c91b182;hpb=b6cdf7b450a26a7fb5027d23569b15def0abd812;p=platal.git diff --git a/Makefile b/Makefile index 230f576..3859605 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ VCS_FILTER = ! -name .arch-ids ! -name CVS all: build -build: core banana wiki +build: core banana wiki jquery q: @echo -e "Code statistics\n" @@ -102,6 +102,14 @@ htdocs/images/banana: htdocs/css/banana.css: cd $(@D) && ln -sf /usr/share/banana/css/style.css $(@F) +## +## jquery +## + +jquery: htdocs/javascript/jquery.js htdocs/javascript/jquery.autocomplete.js +htdocs/javascript/jquery.js: + wget http://jquery.com/src/jquery-latest.pack.js -O htdocs/javascript/jquery.js -q + ################################################################################ .PHONY: build dist clean wiki build-wiki banana