From 1a0aa1b36ed6ae1c2e5dfd4dec08d8bfdee2d3c9 Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Wed, 19 Mar 2014 17:25:08 +0100 Subject: [PATCH] * only rebuild targets that are not up-to-date --- all.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all.do b/all.do index 7e825fc..e3c41ea 100644 --- a/all.do +++ b/all.do @@ -1,4 +1,4 @@ #!/bin/sh for file in $(ls *.svg); do - redo "$(basename $file .svg)".png + redo-ifchange "$(basename $file .svg)".png done; \ No newline at end of file