diff options
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 ); |