summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-animate.yaml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-05-06 03:00:50 +0000
committerNorbert Preining <norbert@preining.info>2022-05-06 03:00:50 +0000
commit3e3ecb7f722d0904c12ee0648c343b865dc99187 (patch)
tree8c13ed895e7191ed6c6a583a9730bde9cdd2a92f /support/arara/scripts/rules/arara-rule-animate.yaml
parentc8185bb3cd55c24b45c9b19c4ea36b8c7057199d (diff)
CTAN sync 202205060300
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-animate.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-animate.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/arara-rule-animate.yaml b/support/arara/scripts/rules/arara-rule-animate.yaml
index 1d87ddcf4e..07c80b474d 100644
--- a/support/arara/scripts/rules/arara-rule-animate.yaml
+++ b/support/arara/scripts/rules/arara-rule-animate.yaml
@@ -13,8 +13,8 @@ commands:
- name: The Convert program
command: >
@{
- input = getBasename(reference.getName()).concat('.pdf');
- output = getBasename(reference.getName()).concat('.gif');
+ input = getBasename(reference.fileName).concat('.pdf');
+ output = getBasename(reference.fileName).concat('.gif');
return getCommand(program, '-delay', delay, '-loop',
loop, '-density', density, options, input, output);
}