texlive[63760] Master/texmf-dist: arara (29jun22)
commits+karl at tug.org
commits+karl at tug.org
Wed Jun 29 22:14:00 CEST 2022
Revision: 63760
http://tug.org/svn/texlive?view=revision&revision=63760
Author: karl
Date: 2022-06-29 22:13:59 +0200 (Wed, 29 Jun 2022)
Log Message:
-----------
arara (29jun22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/man/man1/arara.1
trunk/Master/texmf-dist/doc/man/man1/arara.man1.pdf
trunk/Master/texmf-dist/doc/support/arara/README.md
trunk/Master/texmf-dist/doc/support/arara/arara-manual.pdf
trunk/Master/texmf-dist/doc/support/arara/arara-quickstart.pdf
trunk/Master/texmf-dist/doc/support/arara/resources/version.txt
trunk/Master/texmf-dist/scripts/arara/arara.jar
trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-copy.yaml
trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-move.yaml
Added Paths:
-----------
trunk/Master/texmf-dist/doc/support/arara/arara-7.0.4-docsrc.zip
trunk/Master/texmf-dist/source/support/arara/arara-7.0.4-src.zip
Removed Paths:
-------------
trunk/Master/texmf-dist/doc/support/arara/arara-7.0.3-docsrc.zip
trunk/Master/texmf-dist/source/support/arara/arara-7.0.3-src.zip
Modified: trunk/Master/texmf-dist/doc/man/man1/arara.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/arara.1 2022-06-29 20:13:20 UTC (rev 63759)
+++ trunk/Master/texmf-dist/doc/man/man1/arara.1 2022-06-29 20:13:59 UTC (rev 63760)
@@ -1,4 +1,4 @@
-.TH ARARA 1 "12 May 2022" "v7.0.3"
+.TH ARARA 1 "28 June 2022" "v7.0.4"
.SH NAME
arara \- a TeX automation tool based on rules and directives.
.SH SYNOPSIS
Modified: trunk/Master/texmf-dist/doc/man/man1/arara.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/arara/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/README.md 2022-06-29 20:13:20 UTC (rev 63759)
+++ trunk/Master/texmf-dist/doc/support/arara/README.md 2022-06-29 20:13:59 UTC (rev 63760)
@@ -1,6 +1,6 @@

-# arara v7.0.3
+# arara v7.0.4


Deleted: trunk/Master/texmf-dist/doc/support/arara/arara-7.0.3-docsrc.zip
===================================================================
(Binary files differ)
Added: trunk/Master/texmf-dist/doc/support/arara/arara-7.0.4-docsrc.zip
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/doc/support/arara/arara-7.0.4-docsrc.zip
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/arara-7.0.4-docsrc.zip 2022-06-29 20:13:20 UTC (rev 63759)
+++ trunk/Master/texmf-dist/doc/support/arara/arara-7.0.4-docsrc.zip 2022-06-29 20:13:59 UTC (rev 63760)
Property changes on: trunk/Master/texmf-dist/doc/support/arara/arara-7.0.4-docsrc.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/support/arara/arara-manual.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/arara/arara-quickstart.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/arara/resources/version.txt
===================================================================
--- trunk/Master/texmf-dist/doc/support/arara/resources/version.txt 2022-06-29 20:13:20 UTC (rev 63759)
+++ trunk/Master/texmf-dist/doc/support/arara/resources/version.txt 2022-06-29 20:13:59 UTC (rev 63760)
@@ -1 +1 @@
-7.0.3
\ No newline at end of file
+7.0.4
\ No newline at end of file
Modified: trunk/Master/texmf-dist/scripts/arara/arara.jar
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-copy.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-copy.yaml 2022-06-29 20:13:20 UTC (rev 63759)
+++ trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-copy.yaml 2022-06-29 20:13:59 UTC (rev 63760)
@@ -24,7 +24,7 @@
if (getOriginalReference().equals(f)) {
throwError('I cannot overwrite the main file reference.');
}
- return getCommand(prefix, reference, t);
+ return getCommand(prefix, reference, f);
}
arguments:
- identifier: target
Modified: trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-move.yaml
===================================================================
--- trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-move.yaml 2022-06-29 20:13:20 UTC (rev 63759)
+++ trunk/Master/texmf-dist/scripts/arara/rules/arara-rule-move.yaml 2022-06-29 20:13:59 UTC (rev 63760)
@@ -27,7 +27,7 @@
if (getOriginalReference().equals(f)) {
throwError('I cannot overwrite the main file reference.');
}
- return getCommand(prefix, reference, t);
+ return getCommand(prefix, reference, f);
}
arguments:
- identifier: target
Deleted: trunk/Master/texmf-dist/source/support/arara/arara-7.0.3-src.zip
===================================================================
(Binary files differ)
Added: trunk/Master/texmf-dist/source/support/arara/arara-7.0.4-src.zip
===================================================================
(Binary files differ)
Index: trunk/Master/texmf-dist/source/support/arara/arara-7.0.4-src.zip
===================================================================
--- trunk/Master/texmf-dist/source/support/arara/arara-7.0.4-src.zip 2022-06-29 20:13:20 UTC (rev 63759)
+++ trunk/Master/texmf-dist/source/support/arara/arara-7.0.4-src.zip 2022-06-29 20:13:59 UTC (rev 63760)
Property changes on: trunk/Master/texmf-dist/source/support/arara/arara-7.0.4-src.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
More information about the tex-live-commits
mailing list.