summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/nomencl.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/nomencl.yaml')
-rw-r--r--support/arara/scripts/rules/nomencl.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/nomencl.yaml b/support/arara/scripts/rules/nomencl.yaml
index f859f72881..4672cb4ea9 100644
--- a/support/arara/scripts/rules/nomencl.yaml
+++ b/support/arara/scripts/rules/nomencl.yaml
@@ -12,8 +12,8 @@ commands:
- name: The Nomenclature software
command: >
@{
- nlo = getBasename(reference).concat('.nlo');
- nls = getBasename(reference).concat('.nls');
+ nlo = getBasename(reference.getName()).concat('.nlo');
+ nls = getBasename(reference.getName()).concat('.nls');
return getCommand('makeindex', options, nlo, style, '-o', nls);
}
arguments: