diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 681c49baa32..d8ab22a4bbe 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1095,6 +1095,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'biblatex' => '&POSTbiblatex', 'bibtex' => '&POSTbibtex', 'chemmacros' => '&POSTchemmacros', + 'context' => '&POSTcontext', 'context-games' => '&POSTcontext_games', 'coordsys' => '&POSTcoordsys', 'cs' => '&POSTcs', @@ -4888,6 +4889,16 @@ sub POSTchemmacros { &SYSTEM ("$MV language pictures $dstdir/"); } +sub POSTcontext { + print "POST$package - rearrange, remove\n"; + &xchdir ($DEST); + &SYSTEM ("$MV colors tex/context/colors"); + &SYSTEM ("$RM -rf fonts/truetype/hoekwater/lm/"); #lmtypewriter10-regular.ttf + &SYSTEM ("$RM -rf fonts/data/tests/"); #texmfhome.otf + &SYSTEM ("$RM -rf web2c/"); #context*cnf*, texlive2011cnf.lua + &SYSTEM ("find -name koeieletters -o -name jmn | xargs rm -rf"); +} + sub POSTcontext_games { print "POST$package - remove duplicated fonts\n"; &SYSTEM ("$RM -rf fonts"); |