X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=src%2FMakefile;h=cf60ea6fe41abdf06688a1ac54af6d10e9c38dab;hp=ed4a0c14956bafc4a143b9cdb0282737ccd95856;hb=3cea7c0c81925f72c7082719bfe96e8852eb67a6;hpb=bbffdf888607ac625deb9a7fa699dc6ca7b053bd diff --git a/src/Makefile b/src/Makefile index ed4a0c1..cf60ea6 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}: