From dd6284e2541cc9d43f10bb620ba4ce18e55b9f97 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 13 Feb 2024 23:46:22 +0000 Subject: arara (14feb24) git-svn-id: svn://tug.org/texlive/trunk@69831 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/arara/arara.jar | Bin 16711348 -> 16715492 bytes .../scripts/arara/rules/arara-rule-rmdir.yaml | 25 +++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/arara/arara.jar b/Master/texmf-dist/scripts/arara/arara.jar index 1b3b1aef3bc..8dec9160f27 100644 Binary files a/Master/texmf-dist/scripts/arara/arara.jar and b/Master/texmf-dist/scripts/arara/arara.jar differ diff --git a/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml b/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml new file mode 100644 index 00000000000..04da08fe38f --- /dev/null +++ b/Master/texmf-dist/scripts/arara/rules/arara-rule-rmdir.yaml @@ -0,0 +1,25 @@ +!config +# Arara, the cool TeX automation tool +# Copyright (c) 2024, Island of TeX +# All rights reserved. +# +# This rule is part of arara. +identifier: rmdir +name: Remove subdirectory +authors: +- hackbaellchen +- Island of TeX +commands: +- name: Remove subdirectory + command: > + @{ + toFile(target[0]).removeDirectory(); + return true; + } +arguments: +- identifier: target + flag: > + @{ + return parameters.target; + } + required: true -- cgit v1.2.3