commit 62364fea5496f761a5fde82efbad9a8494aa4702 Author: Fabien Freling Date: Wed Oct 30 13:45:40 2019 +0100 Add simple rule for thumbnails diff --git a/thumbnails/Tupfile b/thumbnails/Tupfile new file mode 100644 index 0000000..faffc49 --- /dev/null +++ b/thumbnails/Tupfile @@ -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 diff --git a/thumbnails/Tupfile.ini b/thumbnails/Tupfile.ini new file mode 100644 index 0000000..e69de29 diff --git a/thumbnails/asset.raw b/thumbnails/asset.raw new file mode 100644 index 0000000..e69de29 diff --git a/thumbnails/build-default/tup.config b/thumbnails/build-default/tup.config new file mode 100644 index 0000000..e69de29