diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-27 23:31:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-27 23:31:16 +0000 |
commit | 1949189caab888962e9d5d05032f3488c883520d (patch) | |
tree | 54ca7d86e0b1ec9b6fc203c1d354b953686c4eab /Build | |
parent | 10a2ed97e899bc3cc69fb27f51aa5dcfdfbbe066 (diff) |
epslatex-fr update (just to get pdf instead of ps)
git-svn-id: svn://tug.org/texlive/trunk@2550 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 15 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 2 |
2 files changed, 12 insertions, 5 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index db32199ccd2..6721ccbc966 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -345,6 +345,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|\.drv'; 'blacklettert1', '\.dtx|\.ins|\.pl|Makefile', 'carlisle', '\.dtx|\.ins|ltxtable\.tex', 'epsf', 'NULL', + 'epslatex-fr', 'NULL', 'eskdx', 'NULL', # do not move makefiles ); @@ -367,6 +368,7 @@ $standardfoundry='public'; 'cursolatex', 'texmf-doc', 'dtxtut', 'texmf-doc', 'elhyphen', 'texmf', + 'epslatex-fr', 'texmf-doc', 'es-tex-faq', 'texmf-doc', 'free-math-font-survey', 'texmf-doc', 'l2picfaq', 'texmf-doc', @@ -506,6 +508,7 @@ $standardfmt='latex'; 'elhyphen', 'generic', 'eplain', 'eplain', 'epsf', 'generic', + 'epslatex-fr', 'french', 'es-tex-faq', 'spanish', 'eulervm', 'fonts', 'eurosym', 'fonts', @@ -630,6 +633,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'edmac', 'edmac.tex|edstanza.tex|\.sty', 'eijkhout', '\.tex', 'epsf', 'epsf.(tex|sty)', + 'epslatex-fr', 'NULL', 'esint-type1', 'esint.tex', 'europecv', 'EuropeFlag|europasslogo|\.cls|\.def', 'fltpoint', '\.sty|\.tex', @@ -897,6 +901,7 @@ $standardbst='\.bst'; 'doipubmed', 'NULL', 'economic', 'NULL', 'eplain', 'NULL', + 'epslatex-fr', 'NULL', 'germbib', 'NULL', # no second xampl.bib, test bibs, etc. 'mslapa', 'NULL', 'munich', 'NULL', @@ -978,6 +983,9 @@ $standardxmt='\.xmt'; # which suffixes to remove after building $cleanpatt='\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot|\.bbl|\.blg|\.idx|\.ind|\.ilg|\.glo|\.gls|\.loa'; +%moreclean = ( + 'epslatex-fr' => 'R?Danger.eps', +); # command line options $opt_debug = 1; # verbosity is good? @@ -1146,11 +1154,10 @@ sub donormal { # # this is a bit weird, but its an easy way to remove # empty directories that we never used. -# - &SYSTEM("rmdir $DEST/tex/$whichformat/$package 2> /dev/null"); - &SYSTEM("rmdir $DEST/source/$whichformat/$package 2> /dev/null"); - &SYSTEM("rmdir $DEST/doc/$whichdocformat/$package 2> /dev/null"); + &SYSTEM("rmdir $DEST/*/$whichformat/$package 2> /dev/null"); + killfiles($cleanpatt); + killfiles($moreclean{$package}) if $moreclean{$package}; } #================================================================= # diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 74cbf6d82b5..0dd42ff187d 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -30,7 +30,7 @@ my @WorkingTPM = qw( draftwatermark dramatist dtxtut dvdcoll dvipsconfig dyntree ebong ebsthesis eCards economic ednotes eemeir egameps egplot eijkhout ellipsis elpres elsevier emulateapj endfloat endheads - engrec enumitem envbig epiolmec epsf eqparbox es-tex-faq + engrec enumitem envbig epiolmec epsf epslatex-fr eqparbox es-tex-faq ESIEEcv esint esint-type1 eskd eskdx eso-pic etaremune ethiop ethiop-t1 euro europecv eurosans everypage exam examdesign examplep exercise expressg extarrows exteps |