X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=13b07fe01f1c2996e9cb3742fc675a1a20b74d1c;hb=b45037625befabbc6a25ab0487321d8b77f62fa4;hp=ef741855e9fca37e6fbb2793596386101b95c64d;hpb=98c7bd6aab4205686eabb0a79fc6c46200ef5e47;p=platal.git diff --git a/Makefile b/Makefile index ef74185..13b07fe 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ update: @git fetch && git rebase `git symbolic-ref HEAD | sed -e 's~refs/heads/~origin/~'` && git submodule update doc: - @doxygen doc/doxygen.cfg + @doxygen core/doc/doxygen.cfg ################################################################################ # targets @@ -182,7 +182,7 @@ $(MEDAL_THUMBNAILS): $(subst /medals/thumb/,/medals/,$(@F)) ## ## jquery ## -JQUERY_VERSION=1.5 +JQUERY_VERSION=1.5.1 JQUERY_PLUGINS=color form JQUERY_PLUGINS_PATHES=$(addprefix htdocs/javascript/jquery.,$(addsuffix .js,$(JQUERY_PLUGINS)))