+ build targets that have their own .do file
This commit is contained in:
parent
ffdd32a195
commit
595cbdbd50
1 changed files with 5 additions and 1 deletions
6
all.do
6
all.do
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
for file in $(ls *.svg */*.svg); do
|
||||
redo-ifchange "$(dirname "$file")"/"$(basename "$file" .svg)".png
|
||||
done;
|
||||
done
|
||||
|
||||
for file in $(ls *.png.do); do
|
||||
redo-ifchange "$(dirname "$file")"/$(basename "$file" .do)
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue