From: Wolfram Schneider Date: Thu, 9 Oct 2014 14:55:18 +0000 (+0000) Subject: add screenshots target X-Git-Tag: 1.0.0~258^2~1^2 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=4eb5d537fe498f8105779ce62c239c40a2bdf623;p=mkws-moved-to-github.git add screenshots target --- diff --git a/test/Makefile b/test/Makefile index 65fbc3e..dacc8f8 100644 --- a/test/Makefile +++ b/test/Makefile @@ -80,6 +80,9 @@ screenshot-indexdata: done; wait ls -l ${IMAGES} +screenshots: + make -C ./widgets $@ + jsbeautifier jsb indent: for i in package.json ./spec*/*.js ./js/*.js ./phantom/*.js; do \ jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \ @@ -110,6 +113,7 @@ help: @echo "make [ all | check | clean | distclean ]" @echo " [ phantomjs | phantomjs-all ]" @echo " [ jsbeautifier | perltidy | screenshot ]" + @echo " [ screenshots ]" @echo " [ node-modules ]" @echo " [ apache-stop apache-start ]" @echo ""