diff options
author | Karl Berry <karl@freefriends.org> | 2018-10-02 01:04:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-10-02 01:04:41 +0000 |
commit | 60e8c3cc3a1065efdbecf837cd389599f261e588 (patch) | |
tree | 9eb5cd8bacb362129b7ca8becbb87cdad2a77e79 /Master/tlpkg | |
parent | b79dd6ae4d3baac68fe5832062f6e35a621bc923 (diff) |
xits (1oct18) [recommit]
git-svn-id: svn://tug.org/texlive/trunk@48798 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index cc23958a287..c0794bfb80c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2846,7 +2846,7 @@ $standardocp='\.ocp'; $standardofm='\.ofm'; %specialofm = (); -$standardotf='\.otf'; +$standardotf='\.(otf|woff)$'; %specialotf = ( 'cm-unicode' => '^[^.]*\.otf', # not Fontmap.CMU.otf ); |