From cf252d27dbb2eef940b25b5520d1a6d54c0fb687 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 16 Jun 2008 19:12:46 +0000 Subject: no jawltxdoc.sty needed or desired git-svn-id: svn://tug.org/texlive/trunk@8790 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tds | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index a15d9b2ca49..61ba8ad65af 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1198,9 +1198,10 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' . '|\.bbl|\.blg|\.idx|\.ind|\.ilg|\.glo|\.gls|\.loa'; %specialclean = ( 'a2ping' => 'README', # not worth whole separate doc subdir + 'achemso' => "$standardclean|jawltxdoc.sty", # temp file for doc 'acmconf' => "$standardclean|flushend.sty", # dup with sttools 'gentle' => 'gentle.ps.gz', # pdf is enough - 'latex2e-help-texinfo' => '\.info', # must move .info by hand,sigh + 'latex2e-help-texinfo' => '\.info', # must move .info by hand, sigh 'lshort-spanish'=>'lshort-a5book.pdf', # a4 is enough 'mathexam' => 'sample.tex~', 'mh' => "$standardclean|.*\.(drv|ins)", # dtx-derived @@ -1538,13 +1539,13 @@ sub dodvi # move the runtime files sub dotex { - warn "specialtex{$package} = $specialtex{$package}, $specialtex{zefonts}\n"; my $texpatt = $specialtex{$package} || $standardtex; &install("$DEST/tex/$whichformat/$package", $texpatt); } # move the makeindex runtime files -sub domakeindex { +sub domakeindex +{ $makeindexpatt = $specialmakeindex{$package}; if ($makeindexpatt eq "") { $makeindexpatt=$standardmakeindex; } &install("$DEST/makeindex/$package",$makeindexpatt); -- cgit v1.2.3