diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-05 23:31:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-05 23:31:39 +0000 |
commit | e05f4b2815d04baad31f361e219c65b863cf76bc (patch) | |
tree | fe1186a0a8ba218f27fb5e39db73675322ab34b7 /Master/tlpkg/libexec | |
parent | 78421b8cf188c4dab7c54d40b422386364441fcd (diff) |
classpack (requested by dbitouze, 5mar14)
git-svn-id: svn://tug.org/texlive/trunk@33101 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ae307222818..4ef22e1d4f7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -235,7 +235,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'cjk', "&MAKEcjk", 'cjw', "die 'skipping, nosell license'", 'clarendo', "die 'skipping, nonfree font'", - 'classpack', "die 'skipping, sorry, no script?'", 'clock', "&MAKEflatten", 'cm-lgc', "&MAKEcmlgc", 'cm-super', "&MAKEflatten", @@ -2129,6 +2128,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'canoniclayout'=> 'tex', 'carlisle' => "env TEXINPUTS=$core_latex/base:$core_latex/tools:. latex", 'chickenize' => 'luatex', + 'classpack' => 'latex', # requires interaction 'clefval' => 'latex -translate-file=empty.tcx', # no 8-bit 'cleveref' => 'latex', # requires interaction 'ctable' => 'latex', # requires interaction @@ -5180,8 +5180,6 @@ sub POSTmptopdf { &tl_man_to_pdf (); } - - sub POSTcfr_lm { print "POST$package - move directories around\n"; &rename_with_mkdir ("vf", "$DEST/fonts/vf/public/$package"); |