summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-10 17:28:56 +0000
committerKarl Berry <karl@freefriends.org>2010-10-10 17:28:56 +0000
commita9869fad76cd5f0183a802e42782959f7f72b9da (patch)
tree129bd8c38fa7d1cea1f928ca8021122ec8e77164 /Master/tlpkg
parentc29c90e7cfe748ba7c9263e47199a0b213e8071a (diff)
undolabl update (29jul10)
git-svn-id: svn://tug.org/texlive/trunk@20043 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index f95df8adde8..2618c0ff78a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1461,6 +1461,7 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh';
'termlist', 'termlist.dtx',
'turnstile', 'turnstile-en.ins', # skip pt
'ulqda', 'ulqda.dtx',
+ 'undolabl', 'undolabl.dtx',
'xecjk', 'xeCJK.dtx',
);
$standardins='\.ins';
@@ -1507,6 +1508,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
+ 'undolabl' => 'tex',
'xecjk' => 'xecjk-xelatex',
);
$standardinsrunner="latex -interaction=nonstopmode";