summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-26 22:23:22 +0000
committerKarl Berry <karl@freefriends.org>2011-08-26 22:23:22 +0000
commit718cd7a964f6502a23e12933340cbb85ce82bbac (patch)
treea8e57b49266f2623dc436a91d956a8ee3e421979 /Master/tlpkg
parent27d845eb760ac861a99420a219473a50a5d4c98d (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-xMaster/tlpkg/libexec/ctan2tds7
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");