From 90740c372e86010c53752274ea310260a4c20fae Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 26 Feb 2015 21:58:29 +0000 Subject: minitoc .ist not in runtime git-svn-id: svn://tug.org/texlive/trunk@36385 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg/libexec') 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. -- cgit v1.2.3