summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-08 23:45:11 +0000
committerKarl Berry <karl@freefriends.org>2018-03-08 23:45:11 +0000
commit64ee185d962cd13195e329ab4ac8a9da6535b677 (patch)
tree652f96f04e1826a75ef1c3a38ab3d2a72ff9c067 /Master/tlpkg/libexec
parenta502f321bf373ab83e239389e55d622e6c6980e2 (diff)
l3build now cmdline script (9mar18)
git-svn-id: svn://tug.org/texlive/trunk@46894 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
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$',