generated copyright year
[mkws-moved-to-github.git] / src / Makefile
index ed4a0c1..2ae1a23 100644 (file)
@@ -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@<input>@<input/>@' > $@
        rm -f $@.tmp
 
 $(DEST)/${JQUERY_JSON_FILE}: