diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-29 23:31:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-29 23:31:05 +0000 |
commit | 4015a058f2c68e873ea7f12eb582b49b9a903cd7 (patch) | |
tree | ec3d259a3423d58b7e9114c1ee681a53fb07532c /Master/tlpkg/libexec/ctan2tds | |
parent | 12aa9b3a965ed1a926cff749fc9651dd28ac5a58 (diff) |
disser 1.1.5 (28mar10)
git-svn-id: svn://tug.org/texlive/trunk@17612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2c91096f65e..e3d68bac2ed 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -301,6 +301,8 @@ $Master = "$mydir/../.."; 'hyphen-german',"die 'skipping, part of hyph-utf8'", 'ibycus-babel',"&MAKEibycusbabel", 'ibygrk', "&MAKEflatten", + 'ieeeconf', "die 'skipping, use IEEEconf'", + 'ieeetran', "die 'skipping, use IEEEtran'", 'ifacmtg', "die 'skipping, nonfree license'", 'indxcite', "die 'skipping, too old, license suboptimal'", 'induni-om', "die 'skipping, for omega, use of pua?'", @@ -1431,6 +1433,7 @@ $standardbst='\.bst$'; $standardbib = 'NULL'; # almost all bib files are for the doc #$standardbib='\.bib$'; # $ so we don't find README.bibtex in IEEEtran %specialbib= ( + 'IEEEtran' => '\.bib$', 'amsrefs' => 'ams.*bib', # not jr.bib 'computational-complexity' => '\.bib$', ); |