X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2Fwidgets%2FMakefile;h=e91e13c22c8b0194f592686895a00d156e370608;hp=e2a181032fda631c99d51f6271ec7e99bdc5c016;hb=683b0a702bcc1b4dbf9b69e005e41bca6949c1ff;hpb=9c2d46e6385d3c6b08849778a712614afb4bca76 diff --git a/test/widgets/Makefile b/test/widgets/Makefile index e2a1810..e91e13c 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -31,7 +31,7 @@ screenshot: ${PHANTOMJS} ${PROG} "${PHANTOMJS_URL}" ${IMAGES}/tmp.$$file.png ${SCREENSHOT_WIDTH_HEIGHT} ${TIMEOUT}; \ mv -f ${IMAGES}/tmp.$$file.png ${IMAGES}/$$file.png -screenshots: clean estimate-time iframe tidy +screenshots: clean estimate-time iframe set -e; \ for t in ${TESTS}; do \ for i in $$(cat url.$$t); do \ @@ -39,6 +39,10 @@ screenshots: clean estimate-time iframe tidy done; \ ${MAKE} PREFIX=$$t index; \ done + ${MAKE} tidy help-url + +help-url: + @echo "" @echo "Please check now: http://localhost/test/widgets/" estimate-time: @@ -55,7 +59,7 @@ index-iframe-demo: tidy: for i in iframe-demos.html index-*.html; do \ tidy -i -m $$i >/dev/null 2>&1; \ - perl -i -npe 's,(),\n$$1,' $$i; \ + perl -i -npe 's,(^\s*),\n$$1,' $$i; \ done help: