summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds17
1 files changed, 4 insertions, 13 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 5faaae1d52f..1ca05159943 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -165,7 +165,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'beamerauxtheme', "&MAKEflatten",
'beamertheme-metropolis', "&MAKEflatten",
'beamertheme-upenn-bc', "&MAKEflatten",
- 'beebe', "die 'skipping, MAKEbeebe needs work, sorry'",
+ 'beebe', "die 'skipping, package in TL is big mishmash, fix'",
'belleek', "die 'skipping, need to fix my*.fdd, sorry'",
'bengali', "&MAKEflatten",
'bengali-omega', "die 'skipping, duplicates odev.sty et al.'",
@@ -1557,6 +1557,7 @@ $standarddest = "texmf-dist";
'arrayjob', 'generic',
'babel', 'generic',
'barr', 'generic',
+ 'beebe', 'generic',
'bghyphen', 'generic',
'bibtex', 'generic',
'chronosys', 'generic',
@@ -2818,6 +2819,7 @@ $standardcsf='\.csf';
$standardbst='\.bst$';
%specialbst = (
+ 'beebe' => '\.bst$',
'einfuehrung' => 'NULL',
'einfuehrung2' => 'NULL',
'els-cas-template' => 'NULL',
@@ -2839,6 +2841,7 @@ $standardbib = 'NULL'; # almost all bib files are for the doc
'IEEEtran' => '\.bib$',
'amsrefs' => 'ams.*bib', # not jr.bib
'archaeologie' => '\.bib$',
+ 'beebe' => '\.bib$',
'bibtex' => 'xampl\.bib$',
'cnltx' => '\.bib$',
);
@@ -5324,18 +5327,6 @@ sub MAKEbeamer {
&SYSTEM("$MV base/* $desttex");
}
-# this doesn't work.
-sub MAKEbeebe {
- &setup;
- print "\t SPECIAL moving beebe .bib and .bst\n";
- chdir ("$DEST/doc/latex/$package") || die;
- &SYSTEM("mkdir -p $DEST/bibtex/bib/beebe $DEST/bibtex/bst/beebe");
- &SYSTEM("$MV tex*.bib tug*.bib $DEST/bibtex/bib/beebe");
-#xx ugh, they aren't there &SYSTEM("$MV *.bst $DEST/bibtex/bst/beebe");
- &SYSTEM("rm *");
-
-}
-
sub MAKEfontinst {
&xchdir ($packagedir);
&runjob("mkdir -p $DEST/tex/latex/fontinst");