Add simple rule for thumbnails

master
Fabien Freling 2019-10-30 13:45:40 +01:00
commit 62364fea54
4 changed files with 7 additions and 0 deletions

7
thumbnails/Tupfile Normal file
View 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
View File

0
thumbnails/asset.raw Normal file
View File

View File