summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index ce642521a10..dec185da1ec 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -407,6 +407,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'wntamil', "die 'skipping, nonfree license'",
'wordcount', "&MAKEwordcount",
'xecyr', "&MAKEcopy",
+ 'xepersian', "&MAKEflatten",
'xetex-pstricks',"&MAKEcopy",
'xfrac', "die 'skipping, still experimental'", #&MAKEflatten",
'xkeyval', "&MAKExkeyval",
@@ -1173,6 +1174,9 @@ $standardpfb = '\.pfb|\.inf$';
'dviincl' => 'NULL', # skip 0dviincl.inf, is a README
);
+$standardttf='\.ttf';
+%specialttf= ();
+
$standardotf='\.otf';
%specialotf= ();
@@ -1679,6 +1683,9 @@ sub dotype1{
my $otfpatt = $specialotf{$package} || $standardotf;
&install("$DEST/fonts/opentype/public/$package", $otfpatt);
+
+ my $ttfpatt = $specialttf{$package} || $standardttf;
+ &install("$DEST/fonts/truetype/public/$package", $ttfpatt);
}
# scripts. Build/source/tex/texlive/Makefile.in installs symlinks