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 2c823081c86..fc713d80939 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -503,7 +503,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'maple', "die 'skipping, noinfo license'",
'marigold', "die 'skipping, nonfree font'",
'marvosym', "&MAKEnosymlinks",
- 'match_parens',"die 'skipping, Ruby'",
+ 'match_parens',"&MAKEflatten",
'math-into-latex', "die 'skipping, noinfo license, examples'",
'mathabx', "&MAKEflatten",
'mathabx-type1', "&MAKEflatten",
@@ -915,6 +915,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'context-games' => '&POSTcontext_games',
'coordsys' => '&POSTcoordsys',
'ctex' => '&POSTctex',
+ 'dehyph-exptl' => '&POSTdehyph_exptl',
'doipubmed' => '&POSTlatex2html',
'droid' => '&POSTdroid',
'eplain' => '&POSTeplain',
@@ -1959,6 +1960,7 @@ $standardxmt='\.xmt';
'latexdiff' => 'latex(diff-so|diff-vc|revise)$',
'latexmk' => '\.pl$',
'listings-ext' => '\.sh$',
+ 'match_parens' => '^match_parens$',
'mathspic' => '^mathspic\.pl$',
'mf2pt1' => '\.pl$',
'mkgrkindex' => 'mkgrkindex$',
@@ -4363,6 +4365,10 @@ sub POSTctex {
&SYSTEM ("$MV doc/* .; rmdir doc");
}
+sub POSTdehyph_expt {
+ print "POST$package - *YOU* must update tlpsrc directives, right now!\n";
+}
+
sub POSTdroid {
print "POST$package - mv manifest.txt, doc/fonts\n";
my $dstdir = "$DEST/doc/fonts/$package";