From: Wolfram Schneider Date: Mon, 4 Nov 2013 14:19:05 +0000 (+0000) Subject: resolve chicken-egg depenencie for pz2api.1.js X-Git-Tag: 0.9.1~149^2~13^2 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=249e6c9946d2b29fbaf93ce74d291b4c8c015c82 resolve chicken-egg depenencie for pz2api.1.js --- diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index 1c63a7c..1b96d96 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -34,7 +34,7 @@ pz2api-git-checkout: ( cd $$(dirname $$(dirname ${PZ2API_JS})); git clone ${PZ2API_GIT} ); \ fi -mkws-js ${MKWS_JS}: ${PZ2API_JS} mkws.js +mkws-js ${MKWS_JS}: mkws.js @if ! test -e ${PZ2API_JS}; then \ echo "The pazpar2 JS file ${PZ2API_JS} does not exists."; \ echo "Did you checked out the source from the git repo?"; \