]> gitweb.fluxo.info Git - templates.git/commitdiff
Makefile: jhead target
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Oct 2017 01:55:04 +0000 (22:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 6 Oct 2017 01:55:04 +0000 (22:55 -0300)
ikiwiki/Makefile

index 0db794dd0e4f8dee912a1a4034f294af307ef977..8dc0c9618912356a1908e47b0e2da7561a044613 100644 (file)
@@ -16,7 +16,7 @@
 
 all: web web_deploy
 
-web:
+web: jhead
        @ikiwiki --setup ikiwiki.yaml
        @chmod +x bin/*
 
@@ -33,3 +33,7 @@ post_receive:
 whoami:
        git config user.name "User"
        git config user.email user@example.org
+
+jhead:
+       @find -name '*jpg'  -exec jhead -dc -de -di -dx -du {} \;
+       @find -name '*jpeg' -exec jhead -dc -de -di -dx -du {} \;