From: Wolfram Schneider Date: Thu, 13 Nov 2014 08:53:54 +0000 (+0100) Subject: for a release, we depend on the real yui-compressor tool, MKWS-336 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=188ad50d28801f40cc33967a779632b8215c3ca6 for a release, we depend on the real yui-compressor tool, MKWS-336 --- 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 \