From: Wolfram Schneider Date: Thu, 13 Nov 2014 08:56:25 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=1dfb625168e68050741445453bc5f1c84819c040;hp=a2387b0795626be1410c4a474e33530d3aa4efa5 Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws --- diff --git a/src/Makefile b/src/Makefile index 8d8b4c1..bed0fb1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -89,6 +89,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 \