summaryrefslogtreecommitdiff
path: root/Build/cdbuild/ctan2tds.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-09-18 17:51:20 +0000
committerKarl Berry <karl@freefriends.org>2007-09-18 17:51:20 +0000
commitd13e34299b858d5d71cce15a2b39b36bd575af21 (patch)
tree8a967003a412d94305291e3225e73de0f338be93 /Build/cdbuild/ctan2tds.pl
parent459474a2a01eab661697f3ca5b19a0e2e6f10406 (diff)
replicate actual bbold install
git-svn-id: svn://tug.org/texlive/trunk@4971 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index aa9296999f6..3585a23e47a 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -390,6 +390,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|\.drv';
'amsldoc-vn', 'NULL',
'apl', ".*", # just get everything, seems simplest
'arabxetex', 'NULL', # keep dtx with others, why not
+ 'bbold', "$standardsource|fonttabl.sty",
'blacklettert1', '\.dtx|\.ins|\.pl|Makefile',
'carlisle', '\.dtx|\.ins|ltxtable\.tex',
'epsf', 'NULL',
@@ -666,6 +667,7 @@ $standarddocfmt='latex';
'aastex', 'NULL', # everything is pregenerated
'babel', 'babel.ins',
'base', 'NULL',
+ 'bbold', 'bbold.dtx',
'blacklettert1','NULL', # don't try to do fontinst
'bosisio', '.*\.dtx',
'carlisle', '\.ins|ltxtable.tex',
@@ -689,10 +691,6 @@ $standardins='\.ins';
%specialinsrunner = (
'bullcntr', 'latex', # requires interaction, ugh
- 'achemso', 'latex -interaction=nonstopmode',
- 'chemstyle', 'latex -interaction=nonstopmode',
- 'fltpoint', 'latex -interaction=nonstopmode',
- 'mathexam', 'latex -interaction=nonstopmode',
);
$standardinsrunner="latex -interaction=nonstopmode";
@@ -719,6 +717,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$';
'bardiag', '\.bar|\.sty|\.cfg',
'barr', 'diagram.tex',
'base', 'idx.tex|lablst.tex|latexbug.tex|lablst.tex|docstrip.tex|nfssfont.tex|sample2e.tex|small2e.tex|testpage.tex|ltxcheck.tex|\.cfg|\.fd$|\.cls|\.clo|\.ltx|\.sty|\.def|^\.',
+ 'bbold', 'bbold.sty|\.fd', # no fonttabl.sty
'bghyphen', '\.tex',
'breqn', '\.sty|\.sym',
'calxxxx', 'cal.*\.tex',