Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/mkws
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 13 Nov 2014 08:56:25 +0000 (09:56 +0100)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 13 Nov 2014 08:56:25 +0000 (09:56 +0100)
src/Makefile

index 8d8b4c1..bed0fb1 100644 (file)
@@ -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 \