diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2bc8f410648..7ce470b3cc3 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -115,7 +115,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'auto1', "die 'skipping, nonfree font support'", 'autolatex', "die 'skipping, too complicated, sorry'", 'autotab', "die 'skipping, noinfo license, latex 2.09'", - 'babelbib', "&MAKEcopy", 'babyloniannum', "die 'skipping, requires nonfree fonts'", 'backgammon', "die 'skipping, nonfree license'", 'bangtex', "&MAKEflatten", @@ -834,7 +833,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'timescyr', "die 'skipping, monotype font is nonfree'", 'timesnew', "die 'skipping, monotype/ibm font is nonfree'", 'timing', "die 'skipping, noinfo license, 1994 mf'", - 'tipa', "&MAKEtipa", + 'tipa', "&MAKEflatten", 'titlepage-uni-dortmund', "die 'skipping, needs graphics (too short names) in .'", 'titleps', "die 'skipping, use titlesec'", 'tkhyph', "die 'skipping, part of hyph-utf8'", @@ -957,7 +956,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'amscls' => '&POSTamscls', 'amstex' => '&POSTamstex', 'apalike' => '&POSTapalike', - 'babelbib' => '&POSTbabelbib', 'biber' => '&POSTbiber', 'bibtex' => '&POSTbibtex', 'context-games' => '&POSTcontext_games', @@ -1656,6 +1654,7 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'amsldoc-vn', 'NULL', 'apl', ".*", # get everything, simplest 'arabxetex', 'NULL', # dtx with others, why not + 'babelbib', 'NULL', # dtx with others, why not 'bbold', $standardsource . '|fonttabl.sty', 'biber', '.*', # keep all, lots to do in post 'bigints', 'NULL', @@ -4375,11 +4374,6 @@ sub POSTapalike { &SYSTEM ("$MV $src $dstdir/"); } -sub POSTbabelbib { - print "POST$package - removed texmf level\n"; - &SYSTEM ("cd $DEST && $MV texmf/* . && rmdir texmf"); -} - sub POSTbiber { print "POST$package - unpack and install binaries\n"; # we've started with everything under source/. |