diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-19 22:41:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-19 22:41:13 +0000 |
commit | 23cf0b808a389f0ca7db875f3b036de281ea26c7 (patch) | |
tree | bf8ad7535dd93ec90fb2c79a677209319436e0d4 /Master/tlpkg/libexec | |
parent | 6c6ef8b97a77c8d79c7110b87fd8afd43d676cb1 (diff) |
latexindent (19apr15)
git-svn-id: svn://tug.org/texlive/trunk@36955 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 6463f640272..ab23f3fba67 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2718,7 +2718,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'ibycus-babel' => $standardclean . '|ibyhyph.tex', # in hyphen-ancientgreek 'jadetex' => $standardclean # these sty files are in passivetex . '|(dummyels|mlnames|ucharacters|unicode)\.sty', - 'latexindent' => 'latexindent.exe', # have our own stub 'lshort-russian'=>'lshortbk.zip', # sources are enough 'lshort-spanish'=>'lshort-letter.pdf', # a4 is enough 'mathexam' => 'sample.tex~', @@ -3399,6 +3398,10 @@ sub doscripts { &SYSTEM ("$MV $s.bat $platdir/"); next; # no wrapper } + if ($s eq "latexindent.pl") { # provided .exe (made with par::packer) + &SYSTEM ("$MV latexindent.exe $platdir/"); + next; # no wrapper + } my $w32_wrapper = "$Build/$build_tldir/w32_wrapper/runscript.exe"; &SYSTEM ("$CP $w32_wrapper $platdir/$linkname.exe"); &SYSTEM ("$CP $w32_wrapper $platdir/r$linkname.exe") |