X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=90a37136a62f53460f17eca9a343c6e7e4ba0567;hb=2b13c66c646c46b57037bc6b1ff0adf84988b3fc;hp=283e02e07c53122f5e242203083e10ecf023a94a;hpb=956cd5c10a027f75283d91545a5d5feeed1874ef;p=platal.git diff --git a/Makefile b/Makefile index 283e02e..90a3713 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,11 +182,11 @@ $(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))) -JQUERY_UI_VERSION=1.8.7 +JQUERY_UI_VERSION=1.8.10 JQUERY_UI=core widget tabs datepicker JQUERY_UI_PATHES=$(addprefix htdocs/javascript/jquery.ui.,$(addsuffix .js,$(JQUERY_UI))) @@ -236,14 +239,6 @@ htdocs/javascript/jquery.tmpl-$(JQUERY_TMPL_VERSION).js: $(JQUERY_TMPL_PATH): htdocs/javascript/jquery.tmpl-$(JQUERY_TMPL_VERSION).js ln -snf $(