summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 2f753e05955..ba0d476092e 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -596,6 +596,7 @@ $Master = "$mydir/../..";
'turnstile', "&MAKEflatten",
'tpx', "die 'skipping, nosource, Windows'",
'txfonts', "&MAKEflatten",
+ 'txfontsb', "&MAKEflatten",
'ucs', "&MAKEucs",
'uebungsblatt',"&MAKEflatten",
'uk-faq', "die 'skipping, use FAQ-en'",
@@ -1213,6 +1214,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$';
'trajan', 'fonts',
'tugboat-plain', 'plain',
'txfonts', 'fonts',
+ 'txfontsb', 'fonts',
'universa', 'fonts',
'vancouver', 'bibtex',
'variations', 'generic',
@@ -1488,6 +1490,9 @@ $standardpfb = '\.pfb|\.inf$';
$standardttf='\.ttf';
%specialttf= ();
+$standardsfd='\.sfd';
+%specialotf= ();
+
$standardotf='\.otf';
%specialotf= ();
@@ -2045,6 +2050,9 @@ sub dotype1{
my $ttfpatt = $specialttf{$package} || $standardttf;
&install("$DEST/fonts/truetype/public/$package", $ttfpatt);
+
+ my $sfdpatt = $specialsfd{$package} || $standardsfd;
+ &install("$DEST/fonts/sfd/$package", $sfdpatt);
}
# scripts. Make them executable even if it isn't always necessary.