summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-26 21:58:29 +0000
committerKarl Berry <karl@freefriends.org>2015-02-26 21:58:29 +0000
commit90740c372e86010c53752274ea310260a4c20fae (patch)
tree331e65bce48a985b40afa08d7b7542288d7a7ced /Master/tlpkg
parente02858657875c80ad40f8c667cffc4fff3e380ca (diff)
minitoc .ist not in runtime
git-svn-id: svn://tug.org/texlive/trunk@36385 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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.