Adapts email related user defined parameters to the new mail chain.
[platal.git] / Makefile
index ef74185..13b07fe 100644 (file)
--- 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)))