diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 f2fe9b13ab7..8b1130e9b28 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2044,6 +2044,7 @@ $standardxmt='\.xmt'; 'latex2man' => 'latex2man$', 'latexdiff' => 'latex(diff-so|diff-vc|revise)$', 'latexmk' => '\.pl$', + 'latexfileversion' => 'latexfileversion$', 'listings-ext' => '\.sh$', 'match_parens' => '^match_parens$', 'mathspic' => '^mathspic\.pl$', @@ -2668,7 +2669,7 @@ sub dotype1{ # Build/source/tex/texlive/linked_scripts/Makefile.am installs symlinks # in the bin directories where needed. That Makefile is independently # maintained, needs to be updated by hand when new user-visible scripts -# are added. We do add/update the script itself under linked_scripts. +# are added. We add/update the script itself under linked_scripts. # We also make the symlinks/w32-wrapper-copy in Master/bin. # sub doscripts { |