diff options
author | Karl Berry <karl@freefriends.org> | 2010-01-26 01:47:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-01-26 01:47:56 +0000 |
commit | 0e117d3c55d3b26f321c5877ea945b161c859b60 (patch) | |
tree | 956d91bd961e9b6ce062e0294eecd3bd544b7669 /Master/tlpkg/libexec | |
parent | b74f755dc83985d1f7e95a74c462edf71fd786c5 (diff) |
computational-complexity update (25jan10)
git-svn-id: svn://tug.org/texlive/trunk@16820 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 001de0fd5d3..311a5ff062f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1371,36 +1371,8 @@ $standardbst='\.bst'; $standardbib = 'NULL'; # almost all bib files are for the doc #$standardbib='\.bib$'; # $ so we don't find README.bibtex in IEEEtran %specialbib= ( - 'acmconf', 'NULL', - 'aguplus', 'NULL', - 'amsrefs', 'ams.*bib', # not jr.bib - 'apa', 'NULL', - 'arsclassica', 'NULL', - 'babelbib', 'NULL', - 'classicthesis','NULL', - 'dehyph-exptl','NULL', - 'dlfltxb', 'NULL', # don't install doc. - 'doipubmed', 'NULL', - 'economic', 'NULL', - 'eplain', 'NULL', - 'epslatex-fr', 'NULL', - 'gcite', 'NULL', # bib is for doc - 'germbib', 'NULL', # no second xampl.bib, test bibs, etc. - 'harvard', 'NULL', - 'ijqc', 'NULL', - 'imtekda', 'NULL', - 'iopart-num', 'NULL', - 'jurarsp', 'NULL', - 'mslapa', 'NULL', - 'munich', 'NULL', - 'pgfplots', 'NULL', # no manual.bib - 'pgf-soroban', 'NULL', - 'pst-labo', 'NULL', - 'sageep', 'NULL', - 'si', 'NULL', - 'ucthesis', 'NULL', - 'umthesis', 'NULL', - 'uwthesis', 'NULL', + 'amsrefs' => 'ams.*bib', # not jr.bib + 'computational-complexity' => '\.bib$', ); # packages which have Metafont sources to run. |