summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
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~',