sort images by time, oldest first
authorWolfram Schneider <wosch@indexdata.dk>
Thu, 9 Oct 2014 14:43:11 +0000 (14:43 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Thu, 9 Oct 2014 14:43:11 +0000 (14:43 +0000)
test/widgets/Makefile

index 9e560c2..8a0dbd0 100644 (file)
@@ -34,7 +34,7 @@ screenshots:
        make index
 
 index:
-       cd ${IMAGES}; ls *.png | perl -ne 'chomp; print qq{<h2>$$_</h2><img src="$$_"/><br/><br/><p/>\n}' > index.html
+       cd ${IMAGES}; ls -tr *.png | perl -ne 'chomp; print qq{<h2>$$_</h2><img src="$$_"/><br/><br/><p/>\n}' > index.html
 
 help:
        @echo "make [ all | clean | distclean ]"