summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-tikzmake.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-tikzmake.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-tikzmake.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/arara/scripts/rules/arara-rule-tikzmake.yaml b/support/arara/scripts/rules/arara-rule-tikzmake.yaml
index 7a693f2fa3..b940f3a417 100644
--- a/support/arara/scripts/rules/arara-rule-tikzmake.yaml
+++ b/support/arara/scripts/rules/arara-rule-tikzmake.yaml
@@ -13,7 +13,7 @@ commands:
- name: TikZ list-and-make engine
command: >
@{
- makefile = getBasename(reference.getName()).concat('.makefile');
+ makefile = getBasename(reference.fileName).concat('.makefile');
return getCommand('make', force, jobs, options, '-f', makefile);
}
arguments: