summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-ps2pdf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-ps2pdf.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-ps2pdf.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/arara-rule-ps2pdf.yaml b/support/arara/scripts/rules/arara-rule-ps2pdf.yaml
index e084450d76..4cd7cc5a22 100644
--- a/support/arara/scripts/rules/arara-rule-ps2pdf.yaml
+++ b/support/arara/scripts/rules/arara-rule-ps2pdf.yaml
@@ -12,7 +12,7 @@ commands:
- name: The PS2PDF program
command: >
@{
- infile = getBasename(reference.getName()).concat('.ps');
+ infile = getBasename(reference.fileName).concat('.ps');
outfile = getBasename(output[0]).concat('.pdf');
return getCommand('ps2pdf', options, infile, outfile);
}
@@ -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