summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-makeindex.yaml
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-03-31 03:01:24 +0000
committerNorbert Preining <norbert@preining.info>2021-03-31 03:01:24 +0000
commitd7fa794917856c6236da25ad082a9a52f2e73ffc (patch)
tree2de4151885f2dd8197b3041099af17b257a7899b /support/arara/scripts/rules/arara-rule-makeindex.yaml
parent93809c868bf15852ddc7b50542713131a5d8c05f (diff)
CTAN sync 202103310301
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-makeindex.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-makeindex.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/arara-rule-makeindex.yaml b/support/arara/scripts/rules/arara-rule-makeindex.yaml
index c0bf7a36c8..eda1e9c981 100644
--- a/support/arara/scripts/rules/arara-rule-makeindex.yaml
+++ b/support/arara/scripts/rules/arara-rule-makeindex.yaml
@@ -1,6 +1,6 @@
!config
# Arara, the cool TeX automation tool
-# Copyright (c) 2020, Island of TeX
+# Copyright (c) 2021, Island of TeX
# All rights reserved.
#
# This rule is part of arara.
@@ -13,7 +13,7 @@ commands:
command: >
@{
base = getBasename(reference.getName());
- infile = base.concat('.').concat(input);
+ infile = base.concat('.').concat(input[0]);
outfile = [ '-o', base.concat('.').concat(output[0]) ];
logfile = [ '-t', base.concat('.').concat(log[0]) ];
return getCommand('makeindex', german, style, order, options,