X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=13b07fe01f1c2996e9cb3742fc675a1a20b74d1c;hb=91f519c919d6f2a2722f4985fe1b5d71082c5620;hp=6bb43bc24e12081c9e4c27f60a8476096d974c02;hpb=020a95fa78dc544b3064739d409026a0056d98f4;p=platal.git diff --git a/Makefile b/Makefile index 6bb43bc..13b07fe 100644 --- a/Makefile +++ b/Makefile @@ -44,6 +44,9 @@ up: update update: @git fetch && git rebase `git symbolic-ref HEAD | sed -e 's~refs/heads/~origin/~'` && git submodule update +doc: + @doxygen core/doc/doxygen.cfg + ################################################################################ # targets @@ -179,7 +182,7 @@ $(MEDAL_THUMBNAILS): $(subst /medals/thumb/,/medals/,$(@F)) ## ## jquery ## -JQUERY_VERSION=1.4.4 +JQUERY_VERSION=1.5.1 JQUERY_PLUGINS=color form JQUERY_PLUGINS_PATHES=$(addprefix htdocs/javascript/jquery.,$(addsuffix .js,$(JQUERY_PLUGINS))) @@ -221,14 +224,10 @@ htdocs/javascript/jquery.ui-$(JQUERY_UI_VERSION).%.js: DOWNLOAD_SRC = http://jqu htdocs/javascript/jquery.ui-$(JQUERY_UI_VERSION).%.js: @$(download) -htdocs/javascript/jquery.ui-$(JQUERY_UI_VERSION).datepicker-fr.js: DOWNLOAD_SRC = http://jquery-ui.googlecode.com/svn/tags/$(JQUERY_UI_VERSION)/ui/minified/i18n/jquery.ui.datepicker-fr.min.js -htdocs/javascript/jquery.ui-$(JQUERY_UI_VERSION).datepicker-fr.js: - @$(download) - -$(JQUERY_UI_PATHES) htdocs/javascript/jquery.ui.datepicker-fr.js: htdocs/javascript/jquery.ui.%.js: htdocs/javascript/jquery.ui-$(JQUERY_UI_VERSION).%.js +$(JQUERY_UI_PATHES): htdocs/javascript/jquery.ui.%.js: htdocs/javascript/jquery.ui-$(JQUERY_UI_VERSION).%.js ln -snf $(