diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 8f8c9b1a889..cd9f0d43d7e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -928,7 +928,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'babelbib' => '&POSTbabelbib', 'biber' => '&POSTbiber', 'bibtex' => '&POSTbibtex', - 'cantarell' => '&POSTdroid', 'context-games' => '&POSTcontext_games', 'coordsys' => '&POSTcoordsys', 'ctex' => '&POSTctex', @@ -4396,12 +4395,6 @@ sub POSTdehyph_exptl { 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"; - &SYSTEM ("$MV $DEST/doc/latex/$package/* $dstdir/"); -} - sub POSTeplain { print "POST$package - mv README, eplain.info\n"; &SYSTEM ("$MV doc/eplain/eplain/README doc/eplain/README.TOP"); |