diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-12 23:34:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-12 23:34:35 +0000 |
commit | cca6239e7726149706cc33f0eb5e025629e1655c (patch) | |
tree | 0f6ccc8e19bbd163e22d502fe544c1ba96ffa4b8 /Master/tlpkg | |
parent | 7bcc6b29e853351e4a95b0aebcb6f2765450e86c (diff) |
termlist update (12jun10)
git-svn-id: svn://tug.org/texlive/trunk@18923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 39c5ad32a7b..d186b198027 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1387,6 +1387,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|configure.*|install-sh|\.drv'; 'stmaryrd', 'stmaryrd.dtx', 'tablists', 'tablists.dtx', 'thesis', 'install.01|install.ndx', + 'termlist', 'termlist.dtx', 'turnstile', 'turnstile-en.ins', # skip pt 'ulqda', 'ulqda.dtx', 'xecjk', 'xeCJK.dtx', @@ -1430,6 +1431,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; # 'seuthesis' => 'latex', # requires interaction 'silence' => 'latex -translate-file=empty.tcx', # no 8-bit 'svn-multi' => 'latex', # interaction for .pl + 'termlist' => 'tex', # interaction for .pl 'thumb' => 'latex -translate-file=empty.tcx', # no 8-bit 'todonotes' => 'latex', # requires interaction 'toptesi' => 'latex', # requires interaction |