X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fwidgets%2FMakefile;h=ed159e30aed839f8c23f79ae63da82295edb72a2;hb=3954594bfad6247bd4bbe577268d2b7cd18fa685;hp=b59bf67813086e76efc91dbdb9efd5e070a2e49a;hpb=079d9083bce2b41727adc784726f08799ecd0640;p=mkws-moved-to-github.git diff --git a/test/widgets/Makefile b/test/widgets/Makefile index b59bf67..ed159e3 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -39,7 +39,7 @@ screenshots: clean estimate-time iframe done; wait; \ ${MAKE} PREFIX=$$t index; \ done - ${MAKE} tidy help-url + ${MAKE} index-widgets tidy help-url help-url: @echo "" @@ -52,12 +52,16 @@ estimate-time: index: ( cd ${IMAGES}; ls -tr ${PREFIX}.*.png | perl -ne 'chomp; print qq{

$$_



\n}' ) > index-${PREFIX}.html +index-widgets: + ls -t index-*html iframe-*.html | perl -ne 'chomp; print qq{$$_
\n}' > index.html + iframe: index-iframe-demo index-iframe-demo: - ( cat url.demos | perl -ne 'chomp; print qq{

$$_

\n}' ) > iframe-demos.html + ( egrep example.indexdata.com url.demos | perl -ne 'chomp; print qq{

$$_

\n}' ) > iframe-demos-example.html + ( egrep -v example.indexdata.com url.demos | perl -ne 'chomp; print qq{

$$_

\n}' ) > iframe-demos-other.html tidy: - for i in iframe-demos.html index-*.html; do \ + for i in iframe-demos.html index*.html; do \ tidy -i -m $$i >/dev/null 2>&1; \ perl -i -npe 's,(^\s*), $$1,' $$i; \ done