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.yaml10
1 files changed, 4 insertions, 6 deletions
diff --git a/support/arara/scripts/rules/nomencl.yaml b/support/arara/scripts/rules/nomencl.yaml
index 2a563b6266..a2c3acf468 100644
--- a/support/arara/scripts/rules/nomencl.yaml
+++ b/support/arara/scripts/rules/nomencl.yaml
@@ -1,21 +1,19 @@
!config
# Arara, the cool TeX automation tool
-# Copyright (c) 2018, Paulo Roberto Massa Cereda
+# Copyright (c) 2020, Island of TeX
# All rights reserved.
#
# This rule is part of arara.
identifier: nomencl
name: Nomencl
authors:
-- Marco Daniel
-- Nicola Talbot
-- Paulo Cereda
+- Island of TeX
commands:
- name: The Nomenclature software
command: >
@{
- nlo = getBasename(file).concat('.nlo');
- nls = getBasename(file).concat('.nls');
+ nlo = getBasename(reference).concat('.nlo');
+ nls = getBasename(reference).concat('.nls');
return getCommand('makeindex', options, nlo, style, '-o', nls);
}
arguments: