summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index cee413d00d4..39b4d22daac 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1236,6 +1236,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'ktv-texdata' => '&PREHOOK_ktv_texdata',
'latex-git-log' => '&PREHOOK_latex_git_log',
'latexdiff' => '&PREHOOK_latexdiff',
+ 'latexindent' => '&PREHOOK_latexindent',
'lilyglyphs' => '&PREHOOK_lilyglyphs',
'lollipop' => '&PREHOOK_flatten1',
'mathspic' => '&PREHOOK_mathspic',
@@ -2727,7 +2728,7 @@ $standardttf = '\.ttf|\.TTC';
'epspdf' => '(epspdf(|\.help|boot|tk)|\.rb|makegray\.pro)$',
'latex2nemeth' => '\.jar$',
'latex-make' => '\.py$',
- 'latexindent' => 'Settings\.yaml$',
+ 'latexindent' => 'LatexIndent|\.yaml$',
'lilyglyphs' => 'lilyglyphs_common.py',
'lua-alt-getopt' => '\.lua$',
'lua2dox' => '\.(lua|def)$',
@@ -5200,6 +5201,11 @@ sub PREHOOK_latexdiff {
&SYSTEM ("$MV latexdiff-vc latexdiff-vc.pl");
}
+sub PREHOOK_latexindent {
+ print "PREHOOK_$package - mv documentation/* doc\n";
+ &SYSTEM ("$MV documentation/* .");
+}
+
sub PREHOOK_lilyglyphs {
print "PREHOOK_$package - mv */*.py scripts for specialscripts, rm ~\n";
&SYSTEM ("$MV scripts/* .");