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