X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fwidgets%2FMakefile;h=45e89514bb126353f7c32f7aa62b0bcbf5ab67b5;hb=224c3494daee421fa76230c731e523b00351af26;hp=846ed1893b440bc4f6bddbc3cee08e909106f062;hpb=eb09652190ced9bccb92dc45a4f71d7bb8d0a430;p=mkws-moved-to-github.git diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 846ed18..45e8951 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 help-url +screenshots: clean estimate-time iframe set -e; \ for t in ${TESTS}; do \ for i in $$(cat url.$$t); do \ @@ -39,6 +39,7 @@ screenshots: clean estimate-time iframe tidy help-url done; \ ${MAKE} PREFIX=$$t index; \ done + ${MAKE} tidy help-url help-url: @echo "" @@ -58,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*), $$1,' $$i; \ done help: