summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/texindy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/texindy.yaml')
-rw-r--r--support/arara/scripts/rules/texindy.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/support/arara/scripts/rules/texindy.yaml b/support/arara/scripts/rules/texindy.yaml
index d527e0292d..54b468d42a 100644
--- a/support/arara/scripts/rules/texindy.yaml
+++ b/support/arara/scripts/rules/texindy.yaml
@@ -1,19 +1,18 @@
!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: texindy
name: TeXindy
authors:
-- Nicola Talbot
-- Paulo Cereda
+- Island of TeX
commands:
- name: The TeXindy software
command: >
@{
- base = getBasename(file);
+ base = getBasename(reference);
infile = base.concat('.').concat(input);
outfile = [ '-o', base.concat('.').concat(output) ];
logfile = [ '-t', base.concat('.').concat(log) ];