diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/cantarell.tlpsrc | 0 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc | 1 |
4 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 50a4b4d5482..6cbf43dec12 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -70,7 +70,7 @@ my @TLP_working = qw( bracketkey braille braket breakcites breakurl bullcntr bundledoc bussproofs bytefield c-pascal cachepic calctab calligra calrsfs cals calxxxx-yyyy cancel - canoniclayout + canoniclayout cantarell capt-of captcont captdef caption carlisle carolmin-ps cases casyl catchfilebetweentags catechis catoptions cbcoptic cbfonts 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', diff --git a/Master/tlpkg/tlpsrc/cantarell.tlpsrc b/Master/tlpkg/tlpsrc/cantarell.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/cantarell.tlpsrc diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc index 6173cf3af26..f223a372d98 100644 --- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc @@ -32,6 +32,7 @@ depend boondox depend braille depend brushscr depend calligra +depend cantarell depend carolmin-ps depend ccicons depend cfr-lm |