diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-01 21:12:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-01 21:12:11 +0000 |
commit | c65b3647e380ddcf394b1e2a3439060f1089e95e (patch) | |
tree | 22bc624300902c0cd136b0db431ae6e11eb05c3c /Master/tlpkg/libexec | |
parent | 2ee346b14369d34b308ad2924177c2761739f34a (diff) |
logix (1jul19)
git-svn-id: svn://tug.org/texlive/trunk@51523 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index fa2b05e0540..7d17febf26e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -708,6 +708,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'logfilter', "die 'skipping, nosource (and java)'", 'loggates', "die 'skipping, LaTeX 2.09 and never in TL'", 'logic', "die 'skipping, noinfo license, ancient'", + 'logix', "&MAKEflatten", 'loops', "&MAKEflatten", 'lsabon', "die 'skipping, nonfree font support'", 'lshort', "die 'skipping, use lshort-english (or whatever language)'", @@ -2944,7 +2945,7 @@ $standardocp='\.ocp'; $standardofm='\.ofm'; %specialofm = (); -$standardotf='\.(otf|woff)$'; +$standardotf='\.(otf|woff2?)$'; %specialotf = ( 'cm-unicode' => '^[^.]*\.otf', # not Fontmap.CMU.otf ); |