log the pz2.js GIT id in the header of mkws-complete.js as well
authorWolfram Schneider <wosch@indexdata.dk>
Tue, 10 Dec 2013 09:55:44 +0000 (09:55 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Tue, 10 Dec 2013 09:55:44 +0000 (09:55 +0000)
tools/htdocs/Makefile

index 428f940..e0a5498 100644 (file)
@@ -46,7 +46,9 @@ mkws-js ${MKWS_JS}: mkws.js handlebars-v1.1.2.js
            exit 1; \
        fi
        ( echo "/* created at: $$(date)"; \
-         echo "   mkws.js GIT id: $$(git log mkws.js | head -n 1 | perl -npe 's,\S+\s+,,') */"; \
+         echo "   mkws.js GIT id: $$(git log mkws.js | head -n 1 | perl -npe 's,\S+\s+,,')"; \
+         echo "   $$(basename ${PZ2API_JS}) GIT id: $$(cd $$(dirname ${PZ2API_JS}) && git log $$(basename ${PZ2API_JS}) | head -n 1 | perl -npe 's,\S+\s+,,')"; \
+         echo "*/"; \
          curl -sSf ${JQUERY_URL} | perl -npe 's,sourceMappingURL=jquery.*map,,'; \
          cat handlebars-v1.1.2.js; \
          cat ${PZ2API_JS} mkws.js ) > ${MKWS_JS}.new