diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-22 17:38:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-22 17:38:12 +0000 |
commit | 92291f51b83a8f778bc5e630ff7b521a3329b6c5 (patch) | |
tree | e416b70fbc684185ff1acd8284215b82d6ea36ec /Master/tlpkg/libexec/ctan2tds | |
parent | 78101c7d27a353bc00334093991e236d0b8fe13c (diff) |
IEEEtran -> ieeetrans
git-svn-id: svn://tug.org/texlive/trunk@59672 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index a626e67458c..60ea3a32b5c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -65,7 +65,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'GuIT', "die 'skipping, use guitlogo'", 'HA-prosper', "die 'skipping, use ha-prosper'", 'IEEEconf', "die 'skipping, use ieeeconf'", - 'IEEEtran', "&MAKEIEEEtran", + 'IEEEtran', "die 'skipping, use ieeetran'", 'LaTeX-FAQ-francaise', "die 'skipping, use faq-fr'", 'LingTrees', "die 'skipping, requires python'", 'SIstyle', '&MAKEflatten', @@ -631,7 +631,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'hyphen-spanish',"die 'skipping, part of hyph-utf8'", 'ibygrk', "&MAKEflatten", 'icon-appr', "die 'skipping, per author (dps) request'", - 'ieeetran', "die 'skipping, use IEEEtran'", + 'ieeetran', "&MAKEieeetran", 'ifacmtg', "die 'skipping, nonfree license'", 'ifetex', "die 'skipping, use iftex'", 'ifluatex', "die 'skipping, use iftex'", @@ -3118,9 +3118,8 @@ $standardbst='\.bst$'; # packages which need special BibTeX data files (not) installed. $standardbib = 'NULL'; # almost all bib files are for the doc -#$standardbib='\.bib$'; # $ so we don't find README.bibtex in IEEEtran %specialbib= ( - 'IEEEtran' => '\.bib$', + 'ieeetran' => '\.bib$', 'amsrefs' => 'ams.*bib', # not jr.bib 'archaeologie' => '\.bib$', 'beebe' => '\.bib$', @@ -3572,7 +3571,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' # if a hash entry is matched here, README.TEXLIVE is created mentioning # that the files were removed. These are checked after runins. %moreclean = ( - 'IEEEtran' => 'IEEEtran.*HOWTO.pdf', 'akktex' => 'still to do', 'alkalami' => 'Alkalami-.*pdf', # InDesign source 'ametsoc' => '.*\.pdf', # no source @@ -3598,6 +3596,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'gfsdidot' => '.pdf', # no source 'gfsdidotclassic' => '.pdf', # no source 'gfsneohellenic'=> '.pdf', # no source + 'ieeetran' => 'IEEEtran.*HOWTO.pdf', 'jknapltx' => 'ubbold.fd', # clash bbold's Ubbold.fd; sauter bbold fails 'junicode' => '.pdf', # no source 'latexmk' => '(sweave_|tex4ht-)latexmkrc', # case-folding clash @@ -5590,7 +5589,7 @@ sub MAKEjapaneseotf { &SYSTEM ("$MV *makeotf* $dstdir/"); } -sub MAKEIEEEtran { +sub MAKEieeetran { print "\t SPECIAL $package - renaming README files, then flatten\n"; chdir ($packagedir) || die "chdir($packagedir) failed: $!"; &SYSTEM('for f in *; do test -r $f/README && mv $f/README README.$f; done'); |