summaryrefslogtreecommitdiff
path: root/Build/cdbuild
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-22 23:24:08 +0000
committerKarl Berry <karl@freefriends.org>2006-12-22 23:24:08 +0000
commit5a995cac7f3057e78407edda65d044602d2fd9c2 (patch)
tree72bb35b52ce28cdf985cbf6ff810f8d133bebf84 /Build/cdbuild
parentbecbd4ec569beab5fb5a0868c2a903381a7e869c (diff)
minitoc 50 (30nov06)
git-svn-id: svn://tug.org/texlive/trunk@2851 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl7
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);
}