X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;h=f2ca45e7af71706d4ac640b9eea941471155fc9c;hb=22f0a0a857bc6ba3fedb543f580af5bc7a45ab42;hp=0b6b37bbea8a314838fbc298ec47805c6cc4aab4;hpb=bd6a5fe3b1ad4c41568bd665bdb0ecfa7c7a5f02;p=platal.git diff --git a/Makefile b/Makefile index 0b6b37b..f2ca45e 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ q: ## core ## -core: spool/templates_c spool/mails_c include/globals.inc.php configs/platal.cron htdocs/.htaccess spool/conf spool/tmp +core: spool/templates_c spool/mails_c classes/platalglobals.php configs/platal.cron htdocs/.htaccess spool/conf spool/tmp spool/templates_c spool/mails_c spool/uploads spool/conf spool/tmp: mkdir -p $@ @@ -134,7 +134,7 @@ JQUERY_PLUGINS_PATHES=$(addprefix htdocs/javascript/jquery.,$(addsuffix .js,$(JQ jquery: htdocs/javascript/jquery.js htdocs/javascript/jquery.autocomplete.js $(JQUERY_PLUGINS_PATHES) -htdocs/javascript/jquery.js: DOWNLOAD_SRC = http://jquery.com/src/jquery-latest.pack.js +htdocs/javascript/jquery.js: DOWNLOAD_SRC = http://jquery.com/src/jquery-latest.min.js htdocs/javascript/jquery.js: @$(download)