diff options
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/texindy.yaml')
-rw-r--r-- | Master/texmf-dist/scripts/arara/rules/texindy.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/texindy.yaml b/Master/texmf-dist/scripts/arara/rules/texindy.yaml index d527e0292d2..54b468d42ac 100644 --- a/Master/texmf-dist/scripts/arara/rules/texindy.yaml +++ b/Master/texmf-dist/scripts/arara/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) ]; |