summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-15 00:51:07 +0000
committerKarl Berry <karl@freefriends.org>2013-11-15 00:51:07 +0000
commitbc1b5e3250223eb944aa85d3e420f400b63e0254 (patch)
tree74ca0858368ead9c5ae0af04bc8597ee1f0a8170 /Master/tlpkg/libexec
parent4909c173ce26f3b8abbb198131d4c2846918c8b0 (diff)
latexindent (13nov13)
git-svn-id: svn://tug.org/texlive/trunk@32150 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 6210ee8dc87..e43b2f9895b 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -549,7 +549,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'latex2rtf', "die 'skipping, no configure or requests, etc.'",
'latex3', "die 'skipping, use xpackages'",
'latexdb', "die 'skipping, needs sql, etc.'",
- 'latexindent', "die 'skipping, requires data file in bindir'",
'latexmp', "&MAKEflatten",
'layaureo', "&MAKEflatten",
'lato', "&MAKEcopy",
@@ -2396,6 +2395,7 @@ $standardxmt='\.xmt';
# scripts to install under texmf*/.../scripts, but not bindir.
%specialscripts_nobin = (
'epspdf' => '(epspdf(|\.help|boot|tk)|\.rb|makegray\.pro)$',
+ 'latexindent' => 'Settings\.yaml$',
'lilyglyphs' => 'lilyglyphs_common.py',
'lua-alt-getopt' => '\.lua$',
'lua2dox' => '\.(lua|def)$',
@@ -2436,6 +2436,7 @@ $standardxmt='\.xmt';
'latex-git-log' => 'latex-git-log$',
'latex2man' => 'latex2man$',
'latexdiff' => 'latex(diff|diff-vc|revise)\.pl$',
+ 'latexindent' => 'latexindent\.pl$',
'latexmk' => '\.pl$',
'latexfileversion' => 'latexfileversion$',
'latexpand' => 'latexpand$',
@@ -2547,6 +2548,7 @@ $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~',