From: Wolfram Schneider Date: Tue, 17 Dec 2013 12:33:44 +0000 (+0000) Subject: rebuild mkws-complete.js if the Makefile changed X-Git-Tag: 0.9.1~39 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=497d57bb4b4361289eb7688b8bc4115791c03daa;p=mkws-moved-to-github.git rebuild mkws-complete.js if the Makefile changed --- diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index e4f8d8d..89e543e 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -41,7 +41,7 @@ pz2api-git-checkout: ( cd ../../.. && git clone ${PZ2API_GIT} ); \ fi -mkws-js ${MKWS_JS}: mkws.js ${JQUERY_JSON_FILE} ${JQUERY_FILE} ${HANDLEBARS_FILE} +mkws-js ${MKWS_JS}: Makefile mkws.js ${JQUERY_JSON_FILE} ${JQUERY_FILE} ${HANDLEBARS_FILE} @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?"; \ @@ -114,3 +114,4 @@ help: @echo "make JQUERY_URL=http://code.jquery.com/jquery-2.0.3.min.js clean mkws-js" @echo "" @echo "Please check ./README file too!" +