From 497d57bb4b4361289eb7688b8bc4115791c03daa Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 17 Dec 2013 12:33:44 +0000 Subject: [PATCH] rebuild mkws-complete.js if the Makefile changed --- tools/htdocs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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!" + -- 1.7.10.4