diff options
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 01e4cf7e211..8733eb77472 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -507,6 +507,7 @@ $standardfmt='latex'; 'cb', 'fonts', 'cirth', 'fonts', 'cjhebrew', 'fonts', + 'cmarrows', 'metapost', 'cursolatex', 'portuguese', 'devanagr', 'fonts', 'dictsym', 'fonts', @@ -999,7 +1000,8 @@ $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', + 'epslatex-fr' => 'R?Danger.eps', + 'minitoc' => 'minitoc-texmf.zip', # should just use it, actually ); # command line options @@ -1062,8 +1064,7 @@ else } } - chdir($startdir); - + &xchdir ($startdir); } |