diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-08 23:21:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-08 23:21:03 +0000 |
commit | f8eda54904065f5f259e8702c1b0c821335df27f (patch) | |
tree | 8e0fe7e357f60f80cbc117eadc70f3999ba412a1 /Master/tlpkg/libexec | |
parent | 5d5a3ce7983e13fe5456b264448248f94d236f6d (diff) |
cantarell (8may11)
git-svn-id: svn://tug.org/texlive/trunk@22361 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index bb78ea1f301..7011fdb1452 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -158,6 +158,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'cachepic', "&MAKEcopy", 'calxxxx', "die 'skipping, nomodify license'", 'calendar', "die 'skipping, nosell license'", + 'cantarell', "&MAKEcopy", 'cascover', "die 'skipping, license unclear, ancient'", 'camel', "die 'skipping, nosell license'", 'cassette', "die 'skipping, nonfree license'", @@ -874,6 +875,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'wsuipa' => '&PREHOOK_wsuipa', ); + %posthook = ( 'amscls' => '&POSTamscls', 'amstex' => '&POSTamstex', @@ -881,6 +883,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'babelbib' => '&POSTbabelbib', 'biber' => '&POSTbiber', 'bibtex' => '&POSTbibtex', + 'cantarell' => '&POSTdroid', 'comfortaa' => '&POSTdroid', 'context-games' => '&POSTcontext_games', 'coordsys' => '&POSTcoordsys', |