Add simple rule for thumbnails
This commit is contained in:
commit
62364fea54
7
thumbnails/Tupfile
Normal file
7
thumbnails/Tupfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
: asset.raw |> !tup_preserve |>
|
||||
: asset.raw |> cp %f %o |> asset.thumbnail
|
||||
|
||||
# tup error: Unable to create output file 'asset.thumbnail' because it is
|
||||
# already owned by command 16.
|
||||
#: foreach *.raw |> !tup_preserve |>
|
||||
#: foreach *.raw |> cp %f %o |> asset.thumbnail
|
0
thumbnails/Tupfile.ini
Normal file
0
thumbnails/Tupfile.ini
Normal file
0
thumbnails/asset.raw
Normal file
0
thumbnails/asset.raw
Normal file
0
thumbnails/build-default/tup.config
Normal file
0
thumbnails/build-default/tup.config
Normal file
Loading…
Reference in a new issue