From: Wolfram Schneider Date: Mon, 17 Mar 2014 08:01:04 +0000 (+0000) Subject: fix HANDLEBARS_URL value X-Git-Tag: 1.0.0~1318^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=6236b6b809b986cfc1dfec99d9376223c718d343 fix HANDLEBARS_URL value --- diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index bbb6ba0..bcb753d 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -14,7 +14,7 @@ JQUERY_URL= http://code.jquery.com/jquery-1.10.0.min.js JQUERY_UI_URL= http://code.jquery.com/ui/1.10.3/jquery-ui.js #JQUERY_UI_URL= http://code.jquery.com/ui/1.8.0/jquery-ui.min.js JQUERY_JSON_URL= https://jquery-json.googlecode.com/files/jquery.json-2.4.js -HANDLEBARS_URL= http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v1.1.2.js -o $@ +HANDLEBARS_URL= http://builds.handlebarsjs.com.s3.amazonaws.com/handlebars-v1.1.2.js PP2_URL= http://git.indexdata.com/?p=pazpar2.git;a=blob_plain;f=js/pz2.js;hb=HEAD VERSION = $(shell tr -d '\012' < VERSION)