diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-13 21:01:08 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-05-13 21:01:08 +0000 |
commit | a4344b77ecad3f195b875e3360479448a8bfd3e7 (patch) | |
tree | dd4298ee772e351e54ff1399231cbc4840939a6d /Master | |
parent | 00f7c0e494a99e890d20c7723c15feeddd85c73e (diff) |
cleanup babel oldies
git-svn-id: svn://tug.org/texlive/trunk@8116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 36 |
1 files changed, 3 insertions, 33 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 2911fb5c93c..4c667b3dab5 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -228,6 +228,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'ltxmisc', "die 'skipping, too complicated, sorry'", 'lxfonts', "&MAKEcopy", 'lucida', "&MAKElucida", + 'magyar', "die 'skipping, conflicts with regular babel'", 'makecell', "&MAKEnosymlinks", 'makedtx', "&MAKEflatten", 'makor', "&MAKEbase", @@ -349,7 +350,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'refstyle', "&MAKEcopy", 'revtex', "&MAKEflatten", 'sae', "die 'skipping, nosell license'", - 'semaphor', "&MAKEflatten", + 'semaphor', "die 'skipping, erroneous tds.zip (forwarded 2008/05/13)'", 'seminar', "&MAKEseminar", 'shipunov', "&MAKEcopy", 'shortlst', "die 'skipping, nosell license'", @@ -413,7 +414,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw ); %specialpostaction = ( - 'babel' => '&POSTbabel', 'bibleref' => '&POSTlatex2html', 'datetime' => '&POSTlatex2html', 'doipubmed' => '&POSTlatex2html', @@ -537,7 +537,6 @@ $standarddest = "texmf-dist"; 'archaic', 'fonts', 'arev', 'fonts', 'arrayjob', 'generic', - 'babel', 'generic', 'bidi', 'xelatex', 'blacklettert1','fonts', 'blockdraw_mp','metapost', @@ -586,6 +585,7 @@ $standarddest = "texmf-dist"; 'thumbpdf', 'generic', 'trajan', 'fonts', 'variations', 'generic', + 'varsfromjobname', "die 'skipping, erroneous tds.zip (forwarded 2008/05/13)'", 'velthuis', 'fonts', 'wasy2', 'fonts', 'xltxtra', 'xelatex', @@ -599,7 +599,6 @@ $standardsourcefmt='latex'; 'antomega', 'omega', 'arabxetex', 'xelatex', 'arrayjob', 'generic', - 'babel', 'generic', 'barr', 'generic', 'bghyphen', 'generic', 'bidi', 'xelatex', @@ -660,7 +659,6 @@ $standardfmt='latex'; 'aurical', 'fonts', 'automata', 'metapost', 'ascii', 'fonts', - 'babel', 'generic', 'barr', 'generic', 'bbm', 'fonts', 'beamer-tut-pt','portuguese', @@ -771,7 +769,6 @@ $standarddocfmt='latex'; # normal choices, and get the most general. %specialins = ( 'aastex', 'NULL', # everything is pregenerated - 'babel', 'babel.ins', 'base', 'NULL', 'bbold', 'bbold.dtx', 'blacklettert1','NULL', # don't try to do fontinst @@ -819,7 +816,6 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap'; 'ae', '\.fd$|\.sty', 'apacite', "\.apc|$standardtex", 'arabtex', "\.tex|$standardtex", - 'babel', 'b.*plain.tex|\.ldf|\.ltx|\.cfg|\.sty|\.clo|\.cls|\.def|\.fd$', 'babelbib', '\.bdf|\.sty', 'bardiag', '\.bar|\.sty|\.cfg', 'barr', 'diagxy.tex', @@ -878,7 +874,6 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap'; 'kuvio', '\.tex|\.sty', 'lettre', '\.ins|\.cls', 'lettrine', '\.sty|\.cfl|\.cfg', - 'magyar', 'NULL', # don't want to conflict with standard babel 'manjutex', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|manju.tex', 'mathdots', "mathdots\.tex|$standardtex", 'metatex', 'metatex.tex', @@ -951,7 +946,6 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap'; 'archaic', 'NULL', 'arev', 'NULL', 'autotab', 'NULL', - 'babel', 'babel\.drv', 'barcode2', 'eandoc.tex', 'bardiag', 'bar.*tex', 'base', '.*info.tex|.*guide.*tex|.*news.*tex', @@ -2083,19 +2077,6 @@ sub MAKEaurical { &MAKEcopy (); } -sub MAKEbabel { - &setup; - &buildfilelist; - &donormal; - # maybe also remove bulgarian? - print "\t SPECIAL $package: remove old lahyph.tex\n"; # since braams hasn't - &SYSTEM("$RM $DEST/doc/generic/$package/lahyph.tex"); - my $files = "icehyph.tex iahyphen.tex "; - print "\t SPECIAL move to /tmp: $files\n"; # since not separate on CTAN - &SYSTEM("cd $DEST/doc/generic/$package && mv $files /tmp"); - 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 { @@ -3290,17 +3271,6 @@ sub MAKElistings { } -sub POSTbabel -{ - # babel includes some hyphenation files (iahyphen icehyph lahyph) - # which babel-tds puts in tex/generic/hyphen. But we don't want them - # in texmf-dist/tex/generic/hyphen -- they have to be in texmf, not - # texmf-dist. Just remove them here; keeping the hyphenation files in - # sync is something we don't know how to tackle yet. - print "POST$package - remove hyphenations\n"; - &SYSTEM ("rm -rf $DEST/tex/generic/hyphen"); -} - sub POSTfpl { print "POST$package - rename README.source\n"; |