summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/ps2pdf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/ps2pdf.yaml')
-rw-r--r--support/arara/scripts/rules/ps2pdf.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/ps2pdf.yaml b/support/arara/scripts/rules/ps2pdf.yaml
index db220f3037..dcc49f87b9 100644
--- a/support/arara/scripts/rules/ps2pdf.yaml
+++ b/support/arara/scripts/rules/ps2pdf.yaml
@@ -12,7 +12,7 @@ commands:
- name: The PS2PDF program
command: >
@{
- infile = getBasename(reference).concat('.ps');
+ infile = getBasename(reference.getName()).concat('.ps');
outfile = getBasename(output).concat('.pdf');
return getCommand('ps2pdf', options, infile, outfile);
}
@@ -24,7 +24,7 @@ arguments:
}
default: >
@{
- reference
+ reference.getName()
}
- identifier: options
flag: >