summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-01 23:59:24 +0000
committerKarl Berry <karl@freefriends.org>2008-07-01 23:59:24 +0000
commit6103f2d6e3ce846db115bee8c20dc5709865c047 (patch)
tree13f2633d1e8d1855a9da0c64f88f9f9f9bc09890 /Master/tlpkg/bin
parent499a283ab6a55dd13be3f39f4e7d2238dada7bb0 (diff)
hyph-utf8 update (1jul08)
git-svn-id: svn://tug.org/texlive/trunk@9148 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 08d5fd8d94c..ec1b2d72625 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -1233,6 +1233,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot'
'din1505' => 'leitbild3.pdf|normpatsoft.pdf', # no source
'ecclesiastic' => 'ecclesiastic-sample.pdf', # no source
'ednotes' => 'perpage.sty', # copy from bigfoot
+ 'elsarticle' => 'elsdoc.pdf', # no source
'epslatex-fr' => 'R?Danger.eps',
'flacards' => 'flacards.pdf',
'gfsartemisia' => 'A*Specimen.pdf', # nonfree
@@ -1471,6 +1472,8 @@ sub donormal
$Foundry = $specialfoundry{$package} || $standardfoundry;
&runins($inspatt);
+ &killfiles ($moreclean{$package}, "more") if $moreclean{$package};
+
# rebuild the list of files in the directory
&buildfilelist;
@@ -1516,7 +1519,6 @@ sub runins
}
&killfiles ($specialclean{$package} || $standardclean);
- &killfiles ($moreclean{$package}, "more") if $moreclean{$package};
}
sub install {