diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-23 21:15:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-23 21:15:55 +0000 |
commit | 35d31d35c8c20e4783ade23cfd2b00fdf54bdb97 (patch) | |
tree | f01d83073c416e08023935fbe1db13c7869d7afa /Master/tlpkg/libexec/ctan2tds | |
parent | 33aacfecb5a1f423a522744ccd34c25af25021a2 (diff) |
cryptocode (23apr15)
git-svn-id: svn://tug.org/texlive/trunk@37019 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ab23f3fba67..ea29404c438 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -713,6 +713,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'multido', "&MAKEpst", 'multirow', "&MAKEflatten", 'musictex', "die 'skipping, superseded by musixtex", + 'musixtnt', "&MAKEflatten", 'mwrite', "die 'skipping, nonfree license", 'mx' , "die 'skipping, author does not recommend system install'", 'mxd', "die 'skipping, noinfo license, old mongolian'", @@ -1234,6 +1235,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'montex' => '&POSTmontex', 'mptopdf' => '&POSTmptopdf', 'musixtex' => '&POSTmusixtex', + 'musixtnt' => '&POSTmusixtnt', 'niceframe' => '&POST_rmsymlink', 'numericplots' => '&POSTnumericplots', 'pas-cv' => '&POSTpas_vc', @@ -1575,6 +1577,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; 'msu-thesis', 'gb4e-compat\.tex|' . $standardtex, 'multirow', '^..[^s].*\.sty', # not miscdoc.sty 'musixtex', 'NULL', # leave musixdoc.sty + 'musixtnt', 'musixtnt.tex', 'mycv', 'mycv.*\.tex|' . $standardtex, 'mylatexformat', '.*\.ltx', 'nag', '\.nag|' . $standardtex, @@ -1880,6 +1883,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; 'mkpattern', 'plain', 'mkjobtexmf', 'generic', 'musixtex', 'generic', + 'musixtnt', 'generic', 'mxedruli', 'fonts', 'nkarta', 'fonts', 'oberdiek', 'generic', @@ -2677,6 +2681,7 @@ $standardttf = '\.ttf'; 'latexmk' => 'latexmk.1', 'mathspic' => 'mathspic.1', 'mkjobtexmf' => 'mkjobtexmf.man', + 'musixtnt' => '\.1$', 'pedigree-perl' => '\.1$', 'perltex' => 'perltex.1', 'pdfjam' => '\.1$', @@ -2716,11 +2721,12 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'gentle' => 'gentle.ps.gz', # pdf is enough 'hyph-utf8' => 'README', 'ibycus-babel' => $standardclean . '|ibyhyph.tex', # in hyphen-ancientgreek - 'jadetex' => $standardclean # these sty files are in passivetex + 'jadetex' => $standardclean # these sty files are in passivetex . '|(dummyels|mlnames|ucharacters|unicode)\.sty', 'lshort-russian'=>'lshortbk.zip', # sources are enough 'lshort-spanish'=>'lshort-letter.pdf', # a4 is enough 'mathexam' => 'sample.tex~', + 'musixtnt' => '(msxlint|fixmsxpart)$', # extra binaries 'pkfix-helper' => 'pkfix-helper.pdf', 'placeat' => $standardclean . '|README\.$', 'purifyeps' => 'purifyeps.pdf', @@ -5734,6 +5740,13 @@ sub POSTmusixtex { &POST_do_man ("doc/generic/$package/scripts"); } +sub POSTmusixtnt { + print "POST$package - w32 binaries\n"; + my $w32bindir = "$TOPDEST/bin/win32"; + &mv_with_mkdir ("msxlint.exe", "fixmsxpart.exe", $w32bindir); + &SYSTEM ("$RM -rf windows"); +} + sub POSTmontex { print "POST$package - avoid 00readme case clash\n"; # these files are no longer used in TL. |