From: Wolfram Schneider Date: Thu, 9 Oct 2014 14:43:11 +0000 (+0000) Subject: sort images by time, oldest first X-Git-Tag: 1.0.0~258^2~1^2~4 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=62b303b34d69f9cf1f18e9351a00317a3331ee40;p=mkws-moved-to-github.git sort images by time, oldest first --- diff --git a/test/widgets/Makefile b/test/widgets/Makefile index 9e560c2..8a0dbd0 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -34,7 +34,7 @@ screenshots: make index index: - cd ${IMAGES}; ls *.png | perl -ne 'chomp; print qq{

$$_



\n}' > index.html + cd ${IMAGES}; ls -tr *.png | perl -ne 'chomp; print qq{

$$_



\n}' > index.html help: @echo "make [ all | clean | distclean ]"