diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3a30b713e4d..45413de9eaa 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1342,7 +1342,7 @@ $standarddocfmt='latex'; $standardsourcefmt='latex'; -$standardsource='\.fdd|\.dtx|\.ins|\.c$|configure.*|install-sh|\.drv'; +$standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; %specialsource= ( 'FAQ-en', 'NULL', 'ae', '\.mtx|\.etx|\.tex|clean|go|install|makepl', @@ -1369,7 +1369,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|configure.*|install-sh|\.drv'; 'hyper', '\.pl|' . $standardsource, 'hyphenex', '.*', 'mff', '\.mfj|\.bat|\.diz', - 'fpl', 'Add|\.sfd|\.pe|\.ps' . $standardsource, + 'fpl', 'Add|\.pe|\.ps' . $standardsource, 'impatient', 'NULL', # doc package 'intro-scientific', 'NULL', # doc package 'js-misc', 'NULL', # no gain in splitting up @@ -1645,10 +1645,8 @@ $standardpfb = '\.pfb|\.inf$'; $standardpfm='\.pfm'; %specialpfm = (); -$standardsfd='\.sfd'; -%specialsfd = ( - 'xits' => '\.(fea|sfd)$', -); +$standardsfd=NULL; # subfont definition, not fontforge! +%specialsfd = (); # only dnp, ttf2pk $standardttf='\.ttf'; %specialttf = (); |