diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-15 22:20:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-15 22:20:56 +0000 |
commit | 26d6ff576d76c7f70c37eac837a3d9c5aef352ee (patch) | |
tree | e1272ef2b69db5744b9d980da8a0b0c799243ad3 /Master/tlpkg | |
parent | f30e59e50f4dc8d3b3d043346af5b1beaff3e313 (diff) |
dccpaper (15oct14)
git-svn-id: svn://tug.org/texlive/trunk@35378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index d83ea60647b..6ba1a8e3e45 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2171,7 +2171,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; %specialinsrunner = ( 'antomega' => 'latex', # requires interaction 'apa6e' => 'latex', # requires interaction - 'babel-russian' => 'latex',# requires interaction + 'babel-russian' => 'xelatex', 'babel-serbianc' => 'latex',# requires interaction 'beamersubframe' => 'latex',# requires interaction 'basque-book' => 'latex', # requires interaction @@ -3095,7 +3095,7 @@ sub runins { print "\t RUNINS $thispatt\n"; for (grep (/$thispatt/, @filenames)) { # do not infinite loop on docstrip "output directory", e.g., fltpoint. - &runjob ("yes | sed 10q | env MKTEXTFM=0 MKTEXMF=0 MKTEXPK=0 $insrunner $_"); + &runjob ("yes | sed 10q | env MKTEXTFM=1 MKTEXMF=1 MKTEXPK=0 $insrunner $_"); # in the case of fullblck (et al.?), the .dtx creates the .ins (so the # .ins is not in @filenames), and the .ins creates the .sty. |