t* Simple Justified Gallery
       
   URI git clone git://git.codevoid.de/mkpicindex
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
       tMakefile (222B)
       ---
            1 all:
            2         ./mkpicindex.sh > index.html.tmp && mv index.html.tmp index.html
            3 static:
            4         ./mkpicindex-static.sh > index.html.tmp && mv index.html.tmp index.html
            5 clean:
            6         rm -rf index.html.tmp index.html style.css justify.js LICENSE