summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-dvips.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-dvips.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-dvips.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/arara-rule-dvips.yaml b/support/arara/scripts/rules/arara-rule-dvips.yaml
index 3cd0771fbf..af0ad65898 100644
--- a/support/arara/scripts/rules/arara-rule-dvips.yaml
+++ b/support/arara/scripts/rules/arara-rule-dvips.yaml
@@ -12,7 +12,7 @@ commands:
- name: The DVIPS program
command: >
@{
- base = getBasename(reference.getName()).concat('.dvi');
+ base = getBasename(reference.fileName).concat('.dvi');
out = getBasename(output[0]).concat('.ps');
return getCommand('dvips', base, '-o', out, options);
}
@@ -20,7 +20,7 @@ arguments:
- identifier: output
flag: >
@{
- isEmpty(parameters.output, reference.getName(), parameters.output)
+ isEmpty(parameters.output, reference.fileName, parameters.output)
}
default: ''
- identifier: options