diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-16 19:12:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-16 19:12:46 +0000 |
commit | cf252d27dbb2eef940b25b5520d1a6d54c0fb687 (patch) | |
tree | aa3f0aed9b3fd712dfcb91f13f6c162be1191bf7 /Master/tlpkg/bin | |
parent | be2b464cffeb9f3dea655aa2a866322f425fdeaf (diff) |
no jawltxdoc.sty needed or desired
git-svn-id: svn://tug.org/texlive/trunk@8790 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 7 |
1 files changed, 4 insertions, 3 deletions
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); |