diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 47da4da45c6..3b5b5e6a3c7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1361,6 +1361,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'koma-script' => '&POSTkoma_script', #'&POST_rmsymlink', 'kotex-oblivoir' => '&POSTkotex_oblivoir', 'kotex-utf' => '&POSTkotex_utf', + 'l3build' => '&POST_do_man', 'latex2e-help-texinfo' => '&POSTlatex2e_help_texinfo', 'lhcyr' => '&POSTlhcyr', 'lilyglyphs' => '&POSTlilyglyphs', @@ -2864,7 +2865,8 @@ $standardttf = '\.ttf|\.TTC'; 'glossaries' => 'makeglossaries$|makeglossaries-lite\.lua', 'installfont' => 'installfont-tl', 'jfmutil' => '\.pl', - 'kotex-utils' => '\.pl', + 'kotex-utils' => '\.pl$', + 'l3build' => 'l3build\.lua$', 'latex-git-log' => 'latex-git-log$', 'latex-papersize' => '\.py$', 'latex2man' => 'latex2man$', @@ -2962,6 +2964,7 @@ $standardttf = '\.ttf|\.TTC'; 'findhyph' => 'findhyph.1', 'fontools' => '\.1$', 'glossaries' => '\.1$', + 'l3build' => '\.1$', 'latex-git-log' => '\.1$', 'latex2man' => '\.1$', 'latexdiff' => '\.1$', |