diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-16 22:32:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-16 22:32:00 +0000 |
commit | 1b0cba320f175b6ab05a2b2d3ce76e538900bfaf (patch) | |
tree | ed7b81ebd3fb668365b97a656c98ce69eec82585 /Master/tlpkg | |
parent | faa371183c694de87934c64d06283cbd6c1529fd (diff) |
stix2-type1, with .fd (16jan21)
git-svn-id: svn://tug.org/texlive/trunk@57448 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 5fc4c52e497..001a072ef12 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2769,6 +2769,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' 'ltximg', 'NULL', # doc, no need to build 'paper', 'install', 'seuthesis', 'NULL', # don't want to run iconv, etc. + 'stix2-type1', '\.ins|\.fdd', 'tabu', 'NULL', # .dtx is not real 'thesis', 'install.01|install.ndx', 'translation-filecontents-de', 'NULL', # doc @@ -2951,6 +2952,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'secnum' => 'tex', 'silence' => 'latex -translate-file=empty.tcx', # no 8-bit 'skdoc' => 'tex', + 'stix2-type1' => 'tex', 'svg' => 'etex', 'svn-multi' => 'latex', # interaction for .pl 'swfigure' => 'etex', |