diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-12 22:47:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-12 22:47:11 +0000 |
commit | 7037f9ce2cf9b32091a60e6e431fd38300921996 (patch) | |
tree | a1ef36b62be78926f8853c614129e3fc57f51b55 /Master/tlpkg/libexec | |
parent | c63c0a57f15b491b56b82104a6896e3f0630a778 (diff) |
uadocs (12may13)
git-svn-id: svn://tug.org/texlive/trunk@30426 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 6b8da32ed27..890c33294d4 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2103,6 +2103,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'thumb' => 'latex -translate-file=empty.tcx', # no 8-bit 'todonotes' => 'latex', # requires interaction 'toptesi' => 'latex', # requires interaction + 'uadocs' => 'latex', # requires interaction 'undolabl' => 'tex', 'xecjk' => 'xecjk-xelatex', ); |