diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-26 22:23:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-26 22:23:22 +0000 |
commit | 718cd7a964f6502a23e12933340cbb85ce82bbac (patch) | |
tree | a8e57b49266f2623dc436a91d956a8ee3e421979 /Master/tlpkg | |
parent | 27d845eb760ac861a99420a219473a50a5d4c98d (diff) |
cantarell 2.0 (23aug11)
git-svn-id: svn://tug.org/texlive/trunk@23708 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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"); |