diff options
author | Norbert Preining <preining@logic.at> | 2007-10-02 08:39:05 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-10-02 08:39:05 +0000 |
commit | fea758e7720545eb6848967ffaa61e3f6225abde (patch) | |
tree | 54be6d0c3113ec857dcc5cccce989bd3e7fdf197 /Build/cdbuild | |
parent | 70cb1b74f104694e4a5077a92f9be89831dfe422 (diff) |
fixes of ctan2tds.pl for bbm/bbm-macros
git-svn-id: svn://tug.org/texlive/trunk@5093 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 0ba13170ee6..a36c9051e46 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -91,7 +91,8 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'bangtex', "&MAKEflatten", 'bardiag', "&MAKEbardiag", 'barr', "&MAKEbarr", - 'bbm', "&MAKEbbm", +# bbm is split into bbm (fonts) and bbm-macros (macros) +# 'bbm', "&MAKEbbm", 'beamer', "&MAKEbeamer", 'beamer-contrib',"&MAKEflatten", 'beebe', "warn \"skipping beebe, MAKEbeebe needs work\n\"", @@ -583,6 +584,7 @@ $standardfmt='latex'; 'automata', 'metapost', 'ascii', 'fonts', 'babel', 'generic', + 'bbm', 'fonts', 'beamer-tut-pt','portuguese', 'bera', 'fonts', 'bghyphen', 'generic', @@ -1879,6 +1881,8 @@ sub MAKEbabel { print "YOU-MUST-DO! check those against texmf/tex/generic/hyphen\n"; } +# not used anymore, bbm is split into bbm and bbm-macros which work +# out of the box sub MAKEbbm { &setup; &xchdir("$DEST/doc/latex/$package/fonts"); |