diff options
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 7 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 |
2 files changed, 9 insertions, 1 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 diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index aae07ad7c0e..a5e9630d854 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -201,7 +201,8 @@ my @WorkingTLP = qw( vector velthuis venn verse versions vertex vhistory visualfaq vmargin vntex volumes vpe vwcol vxu wadalab wallpaper warning warpcol williams wordlike wrapfig - xargs xbase xcolor xdoc xecyr xetex-def xetex-pstricks xetexfontinfo + xargs xbase xcolor xdoc xecyr xepersian + xetex-def xetex-pstricks xetexfontinfo xetexref xfor xgreek xifthen xkeyval xltxtra xmpincl xnewcommand xoptarg xq xskak xstring xtab xtcapts xunicode xyling xypic-tut-pt xytree |