summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-24 22:07:42 +0000
committerKarl Berry <karl@freefriends.org>2017-02-24 22:07:42 +0000
commit990e60c6ed4437e5b632b7c9acf7f2237bbda871 (patch)
tree4dc9ea04f5fa46cc8ac59faa8dd62e4f8bc6835b /Master/tlpkg
parent2e70942b44a972908c3180dd7a3c68be51afc466 (diff)
latexindent (23feb17)
git-svn-id: svn://tug.org/texlive/trunk@43326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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/* .");