diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-07-10 00:22:33 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-07-10 00:22:33 +0000 |
commit | f3f07c9bd7bc48ca69eedb7ad51d09926ad24a5e (patch) | |
tree | f418c4bfd23212ec313d4f862195d69340729942 | |
parent | 4c11983ed7fc5d08cbae55b24870b6f0c5e7479d (diff) |
Remove compiled doc of 'easy': no source.
git-svn-id: svn://tug.org/texlive/trunk@14214 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index bc7a23ae849..68e22fdf73c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1520,6 +1520,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 + 'easy' => '.*\.pdf|doc.html.tgz', # no source 'epslatex-fr' => 'R?Danger.eps', 'flacards' => 'flacards.pdf', 'gfsartemisia' => 'A*Specimen.pdf', # nonfree @@ -2610,15 +2611,12 @@ sub MAKEdisser sub MAKEeasy { &setup; chdir("$DEST/doc/$whichdocformat/$package"); - &SYSTEM("rm doc/*.ps"); &SYSTEM("$MV doc/* $DEST/doc/$whichdocformat/$package"); &buildfilelist; - &dodvi; -# rebuild again, as we have .dvi files now - &buildfilelist; &dotex; &domakeindex; &dosource; + &killfiles ($moreclean{$package}, "more") if $moreclean{$package}; } sub MAKEebong { |