From 4e879a77ccbc2d8289c14062c78e16aa276f8800 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 10 Dec 2013 09:41:51 +0000 Subject: [PATCH] reformat warning for better readability --- tools/htdocs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/htdocs/Makefile b/tools/htdocs/Makefile index dc11392..1af3b2b 100644 --- a/tools/htdocs/Makefile +++ b/tools/htdocs/Makefile @@ -38,7 +38,10 @@ mkws-js ${MKWS_JS}: mkws.js handlebars-v1.1.2.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?"; \ - echo "Please run: make pz2api-git-checkout"; \ + echo ""; \ + echo "Please run:"; \ + echo "$$ make pz2api-git-checkout"; \ + echo ""; \ exit 1; \ fi ( echo "/* created at: $$(date)"; \ -- 1.7.10.4