From 4eb5d537fe498f8105779ce62c239c40a2bdf623 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Thu, 9 Oct 2014 14:55:18 +0000 Subject: [PATCH] add screenshots target --- test/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 "" -- 1.7.10.4