diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-11 22:34:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-11 22:34:53 +0000 |
commit | 9a6724bc689081762a2dd8faecca766353c0c40b (patch) | |
tree | 5c006ee7e6d82c1d93bd3b5e70d5e870c5f57b34 /Master/tlpkg/libexec | |
parent | 61fc9e10437a016b9bd9a959fb64640d2e1a7047 (diff) |
tkz-doc (10apr20)
git-svn-id: svn://tug.org/texlive/trunk@54663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 164291e4655..e17de2d6524 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4,10 +4,11 @@ # Originally written by Sebastian Rahtz. Comments to tex-live@tug.org. # # A script to TL-install a package from CTAN. -# For a higher-level invocation, see ctan2tl. +# For the higher-level invocation that is what should be used in practice, +# see tlpkg/bin/ctan2tl. # # Its default actions, given a "raw" directory copied from CTAN (the -# current directory on invocation), are +# current directory on invocation), are, approximately, # 1. copy everything to texmf-dist/doc/<format>/<package> # 2. run any .ins files # 3. run any .mf files through mktextfm |