From 188ad50d28801f40cc33967a779632b8215c3ca6 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 13 Nov 2014 09:53:54 +0100 Subject: [PATCH] for a release, we depend on the real yui-compressor tool, MKWS-336 --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile b/src/Makefile index ab04fc7..6b53072 100644 --- a/src/Makefile +++ b/src/Makefile @@ -90,6 +90,9 @@ $(DEST)/VERSION: VERSION chmod 444 $@ release: $(INSTALLED_RELEASABLE) + @if ! which yui-compressor >/dev/null; then \ + echo "*** please install the yui-compressor program"; exit 1; \ + fi if [ -f ${DEST}/releases/mkws-$(VERSION).js ]; then \ echo "*** There is already a release $(VERSION)"; \ else \ -- 1.7.10.4