diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-21 08:39:34 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-02-21 08:39:34 +0000 |
commit | 50e7fc4359d266ed77d539cf4a3a14a891d95708 (patch) | |
tree | 5ba446b7d754b5ae590301c5c94b5996748245a3 /Build | |
parent | 359d37585d7e0ebacd576b47800a0b6893c062c2 (diff) |
linked scripts: install runscript wrapper for arara
git-svn-id: svn://tug.org/texlive/trunk@29186 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
4 files changed, 7 insertions, 3 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/ChangeLog b/Build/source/texk/texlive/linked_scripts/ChangeLog index 3e21bd26a8d..11b3395c237 100644 --- a/Build/source/texk/texlive/linked_scripts/ChangeLog +++ b/Build/source/texk/texlive/linked_scripts/ChangeLog @@ -1,3 +1,7 @@ +2013-02-21 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am [WIN32]: Install arara.exe wrapper. + 2013-02-08 Peter Breitenlohner <peb@mppmu.mpg.de> * Makefile.am (texmf_scriptsdir): Change texmf => texmf-dist. diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.am b/Build/source/texk/texlive/linked_scripts/Makefile.am index b96b662a6c4..a57d828b3be 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.am +++ b/Build/source/texk/texlive/linked_scripts/Makefile.am @@ -59,7 +59,6 @@ nobase_dist_texmf_scripts_SCRIPTS = $(texmf_other_scripts) texmf_dist_scriptsdir = $(datarootdir)/texmf-dist/scripts texmf_dist_shell_scripts = \ adhocfilelist/adhocfilelist.sh \ - arara/arara.sh \ bibexport/bibexport.sh \ dtxgen/dtxgen \ installfont/installfont-tl \ @@ -88,6 +87,7 @@ texmf_dist_other_scripts = \ accfonts/mkt1font \ accfonts/vpl2ovp \ accfonts/vpl2vpl \ + arara/arara.sh \ authorindex/authorindex \ bundledoc/arlatex \ bundledoc/bundledoc \ diff --git a/Build/source/texk/texlive/linked_scripts/Makefile.in b/Build/source/texk/texlive/linked_scripts/Makefile.in index 5425e0800d8..5a2eeb4d833 100644 --- a/Build/source/texk/texlive/linked_scripts/Makefile.in +++ b/Build/source/texk/texlive/linked_scripts/Makefile.in @@ -239,7 +239,6 @@ nobase_dist_texmf_scripts_SCRIPTS = $(texmf_other_scripts) texmf_dist_scriptsdir = $(datarootdir)/texmf-dist/scripts texmf_dist_shell_scripts = \ adhocfilelist/adhocfilelist.sh \ - arara/arara.sh \ bibexport/bibexport.sh \ dtxgen/dtxgen \ installfont/installfont-tl \ @@ -269,6 +268,7 @@ texmf_dist_other_scripts = \ accfonts/mkt1font \ accfonts/vpl2ovp \ accfonts/vpl2vpl \ + arara/arara.sh \ authorindex/authorindex \ bundledoc/arlatex \ bundledoc/bundledoc \ diff --git a/Build/source/texk/texlive/linked_scripts/scripts.lst b/Build/source/texk/texlive/linked_scripts/scripts.lst index 81e23e040c8..f3486d92f44 100644 --- a/Build/source/texk/texlive/linked_scripts/scripts.lst +++ b/Build/source/texk/texlive/linked_scripts/scripts.lst @@ -4,7 +4,6 @@ texlive/tlmgr.pl ' texmf_dist_scripts=' adhocfilelist/adhocfilelist.sh -arara/arara.sh bibexport/bibexport.sh dtxgen/dtxgen installfont/installfont-tl @@ -32,6 +31,7 @@ a2ping/a2ping.pl accfonts/mkt1font accfonts/vpl2ovp accfonts/vpl2vpl +arara/arara.sh authorindex/authorindex bundledoc/arlatex bundledoc/bundledoc |