diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ff3169a8c1f..de17bb5013d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1511,7 +1511,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'kotex-utf' => '&POSTkotex_utf', 'l3build' => '&POST_do_man', 'latex-base-dev' => '&POSTlatex_base_dev', - 'latex-git-log' => '&POST_preserve_man', + 'latex-git-log' => 'change to use pod2man', 'latex2e-help-texinfo' => '&POSTlatex2e_help_texinfo', 'lhcyr' => '&POSTlhcyr', 'lilyglyphs' => '&POSTlilyglyphs', @@ -2953,6 +2953,7 @@ $standardmf='[0-9]\.mf'; 'manfnt-font' => 'hoekwater', 'mflogo-font' => 'hoekwater', 'mfpic' => 'metafont', + 'noto-emoji' => 'noto', 'sourcesanspro'=> 'adobe', ); $standardfoundry='public'; |