summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/texindy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/texindy.yaml')
-rw-r--r--Master/texmf-dist/scripts/arara/rules/texindy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/texindy.yaml b/Master/texmf-dist/scripts/arara/rules/texindy.yaml
index b0a9c93842e..d527e0292d2 100644
--- a/Master/texmf-dist/scripts/arara/rules/texindy.yaml
+++ b/Master/texmf-dist/scripts/arara/rules/texindy.yaml
@@ -17,7 +17,7 @@ commands:
infile = base.concat('.').concat(input);
outfile = [ '-o', base.concat('.').concat(output) ];
logfile = [ '-t', base.concat('.').concat(log) ];
- return getCommand('texindy', quiet, debug, markup, modules,
+ return getCommand('texindy', quiet, markup, modules,
codepage, language, logfile, outfile, options, infile);
}
arguments: