summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-06 21:03:37 +0000
committerKarl Berry <karl@freefriends.org>2018-10-06 21:03:37 +0000
commit66c04c88b27c67042c8f1205adee8417867b3d38 (patch)
tree21d59c8cb59fa43c91a544d04bcf4051b51e3958 /Master/tlpkg/libexec
parent8468d42d6a37b14922df1733d45ac698ede5ff90 (diff)
tlcockpit now from ctan (6oct18)
git-svn-id: svn://tug.org/texlive/trunk@48846 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c0794bfb80c..6d9c77a5a46 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1338,6 +1338,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'stix' => '&PREHOOK_stix',
'texdraw' => '&PREHOOK_texdraw',
'texfot' => '&PREHOOK_texfot',
+ 'tlcockpit' => '&PREHOOK_tlcockpit',
'tudscr' => '&PREHOOK_tudscr',
'tui' => '&PREHOOK_tui',
'univie-ling' => '&PREHOOK_flatten1',
@@ -2430,6 +2431,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)'
'selnolig', 'NULL', # not .fea
'texosquery', 'java|\.batch$|' . $standardsource,
'thailatex', 'NULL', # no gain in splitting up
+ 'tlcockpit', 'TODO|build|project|src',
'translation-array-fr', 'NULL', # doc
'translation-chemsym-de', 'NULL', # doc
'translation-dcolumn-fr', 'NULL', # doc
@@ -2909,6 +2911,7 @@ $standardttf = '\.ttf|\.TTC';
'texdoc', => '[^c]\.tlu$', # luckily that's enough
'tex4ebook' => '\.lua$',
'texosquery' => '\.jar$',
+ 'tlcockpit' => '\.jar$',
);
@@ -3013,6 +3016,7 @@ $standardttf = '\.ttf|\.TTC';
'texosquery' => 'texosquery(|-jre[5-9])\.sh$',
'typeoutfileinfo' => '\.sh$',
'thumbpdf' => '\.pl$',
+ 'tlcockpit' => '\.sh$',
'ulqda' => '\.pl$',
'urlbst' => 'urlbst$',
'vpe' => '\.pl$',
@@ -5476,6 +5480,12 @@ sub PREHOOK_texfot {
&SYSTEM ("$RM $package.pdf");
}
+sub PREHOOK_tlcockpit {
+ print "PREHOOK_$package - flatten only a couple dirs\n";
+ &SYSTEM ("$MV jar/* .");
+ &SYSTEM ("$MV scripts/* .");
+}
+
sub PREHOOK_tudscr {
print "PREHOOK_$package - cd\n";
&xchdir ("source");