aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b48975c..78d28d9 100644
--- a/Makefile
+++ b/Makefile
@@ -14,10 +14,13 @@
# Place - Suite 330, Boston, MA 02111-1307, USA
#
-web:
+web: jhead
@ikiwiki --setup ikiwiki.setup
web_deploy:
@rsync -avz --delete www/ blog:/var/sites/rhatto/www/
publish: web web_deploy
+
+jhead:
+ @find -name '*jpg' -exec jhead -dc -de -di -dx -du {} \;