diff options
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/latexmk.yaml')
-rw-r--r-- | Master/texmf-dist/scripts/arara/rules/latexmk.yaml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/latexmk.yaml b/Master/texmf-dist/scripts/arara/rules/latexmk.yaml index 452b116a2fc..61f0ff9d7be 100644 --- a/Master/texmf-dist/scripts/arara/rules/latexmk.yaml +++ b/Master/texmf-dist/scripts/arara/rules/latexmk.yaml @@ -1,15 +1,13 @@ !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: latexmk name: LaTeXmk authors: -- Marco Daniel -- Brent Longborough -- Paulo Cereda +- Island of TeX commands: - name: Tool LaTeXmk command: > @@ -19,7 +17,7 @@ commands: } else { return getCommand('latexmk', isEmpty(program, engine, - program), options, file); + program), options, reference); } } arguments: |