diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 4db087c98c4..427ce3d09f1 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -44,7 +44,7 @@ my @TLP_working = qw( # these packages should be up to date bez123 bezos bgreek bib-fr bibarts bibhtml biblatex biblatex-chem biblatex-nature - bibleref bibtopic + bibleref biblist bibtopic bibtopicprefix bibexport bibunits bidi bigfoot bigints binomexp bizcard blacklettert1 blindtext blkarray blockdraw_mp blowup diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 3c4526a55d2..5d0413df1c9 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1380,7 +1380,7 @@ $standarddvi = 'NULL'; # rely on authors/CTAN making pdf's. %specialcsf= (); # packages which need special BibTeX styles installed $standardcsf='\.csf'; -$standardbst='\.bst'; +$standardbst='\.bst$'; %specialbst= ( 'umthesis', 'NULL', ); |