X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile;h=2ae1a23e362bc175ed367df219dbea9b0a851e27;hp=ed4a0c14956bafc4a143b9cdb0282737ccd95856;hb=287f4114f36fb39fd91cab71ea85572de8e353a5;hpb=bbffdf888607ac625deb9a7fa699dc6ca7b053bd diff --git a/src/Makefile b/src/Makefile index ed4a0c1..2ae1a23 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com +# Copyright (c) 2013-2015 Index Data ApS. http://indexdata.com DEST = ../tools/htdocs @@ -46,7 +46,7 @@ all: $(INSTALLED) $(DEST)/mkws-complete.js: Makefile $(INSTALLED_DOWNLOADABLE) $(DEST)/mkws.js ( set -e; \ - echo "/*! Copyright (c) 2013-2014 Index Data ApS. http://indexdata.com"; \ + echo "/*! Copyright (c) 2013-$(date '+%Y') Index Data ApS. http://indexdata.com"; \ echo " Licence: LGPL, http://www.indexdata.com/licences/lgpl"; \ echo " created at: $$(date)"; \ echo " MKWS GIT id: $$(git show | head -n 1 | perl -npe 's,\S+\s+,,')"; \ @@ -72,7 +72,7 @@ $(DEST)/${HANDLEBARS_FILE}: $(DEST)/${JQUERY_FILE}: curl -sSf ${JQUERY_URL} -o $@.tmp - perl -npe 's,sourceMappingURL=jquery.*map,,' $@.tmp > $@ + perl -npe 's,sourceMappingURL=jquery.*map,,' $@.tmp | sed 's@@@' > $@ rm -f $@.tmp $(DEST)/${JQUERY_JSON_FILE}: