t* Simple Justified Gallery
       
   URI git clone git://git.codevoid.de/mkpicindex
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 51040e387af69b964d75721847e3d1ccdf4b9595
   DIR parent b4e1aed343b0476a09298f6f3143db46bafb78a4
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Thu, 24 Oct 2019 16:24:51 +0200
       
       Create tmp index, then overwrite original
       
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       t@@ -1,4 +1,4 @@
        all:
       -        ./mkpicindex.sh > index.html
       +        ./mkpicindex.sh > index.html.tmp && mv index.html.tmp index.html
        clean:
       -        rm -rf index.html style.css justify.js LICENSE
       +        rm -rf index.html.tmp index.html style.css justify.js LICENSE