summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 95e9a46f172..e3006a61850 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2268,6 +2268,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex";
'luatexja' => 'lualatex',
'mcmthesis' => 'tex', # requires interaction
'mversion' => 'latex', # requires interaction
+ 'minitoc' => 'latex', # requires interaction
'mylatexformat'=> 'tex',
'nameauth' => 'latex', # requires interaction
'nomentbl' => 'latex -translate-file=empty.tcx', # no 8-bit
@@ -2307,6 +2308,7 @@ $standardinsrunner="latex -interaction=nonstopmode";
'einfuehrung' => 'NULL', # doc
'labyrinth' => 'NULL', # doc
'luaintro' => 'NULL', # doc
+ 'minitoc' => 'NULL', # doc
'mpman-ru' => 'NULL', # doc
'musuos' => 'NULL', # gind.ist conflict
'pst-eucl-translation-bg' => 'NULL', # doc
@@ -3153,7 +3155,7 @@ sub runins {
for (grep (/$thispatt/, @filenames)) {
my $env_mktex = "env MKTEXTFM=0 MKTEXMF=0 MKTEXPK=0";
# do not infinite loop on docstrip "output directory", e.g., fltpoint.
- &runjob ("yes | sed 10q | $env_mktex $insrunner $_");
+ &runjob ("yes | sed 1000q | $env_mktex $insrunner $_");
# bbold.dtx generates bbold.ins, and then does "low level hacks" to
# run the .ins itself. We don't want to do anything.