From 53f4b457e203b6cf1d3b95f9675fa35144b4a06a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 25 Dec 2019 22:48:02 +0000 Subject: ketcindy, now also in linked_scripts (25dec19) git-svn-id: svn://tug.org/texlive/trunk@53230 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-bindir | 4 ++-- Master/tlpkg/libexec/ctan2tds | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir index a2c75df31fd..dce4dd90160 100755 --- a/Master/tlpkg/bin/tl-update-bindir +++ b/Master/tlpkg/bin/tl-update-bindir @@ -266,12 +266,12 @@ for tlplat in $tlplats; do ourdel=$tmpdir/2del ouradd=$tmpdir/2add - # looking for deletions, but don't delete (x)asy, biber, xindy, ketcindy. + # looking for deletions, but don't delete (x)asy, biber, xindy. comm -23 $tmpdir/now $tmpdir/new \ | egrep -v '^(x?asy(\.exe)?|freeglut\.dll)$' \ | egrep -v '^biber(\.exe)?$' \ | egrep -v '^dvisvgm$' \ - | egrep -v '(x|ketc)indy' \ + | egrep -v 'xindy' \ >$ourdel # intentionally anything matching xindy comm -13 $tmpdir/now $tmpdir/new >$ouradd # looking for additions diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e607fc52147..f7ee373491a 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3109,6 +3109,7 @@ $standardttf = '\.ttf|\.TTC'; 'glossaries' => 'makeglossaries$|makeglossaries-lite\.lua', 'installfont' => 'installfont-tl', 'jfmutil' => '\.pl', + 'ketcindy' => 'ketcindy\.pl', 'kotex-utils' => '\.pl$', 'l3build' => 'l3build\.lua$', 'latex-git-log' => 'latex-git-log$', -- cgit v1.2.3