X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=test%2FMakefile;h=dacc8f80158f042d687c49e840bef762568d228b;hb=4eb5d537fe498f8105779ce62c239c40a2bdf623;hp=65fbc3e5ead40ce6d09783cb54ca8429fb8a840b;hpb=b223f1236d9f125aa43db80eee372ef1b31fc723;p=mkws-moved-to-github.git 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 ""