diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 3 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index e3c01a724fe..c1549e777a9 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -34,7 +34,8 @@ my @WorkingTLP = qw( babel babelbib bangtex barcodes bbcard bbold beamer beamer-contrib beamer-tut-pt begriff bera betababel beton bez123 bezos bibhtml bibleref bibtopic bibtopicprefix - bibunits bigfoot binomexp blacklettert1 blindtext blockdraw_mp blowup + bibunits bidi bigfoot binomexp blacklettert1 blindtext + blockdraw_mp blowup boites boldtensors bookest booklet booktabs bophook boxhandler bpchem breakurl bullcntr bussproofs bytefield captcont caption carlisle catechis carolmin-ps diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index a66bc52d8fc..214bf0ae424 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -23,7 +23,7 @@ sub main $latex_tds_dir = "$CTAN/macros/latex/contrib/latex-tds"; # erroneous tds files (warn Robin about them) - $erroneous_tds = "lcyw|xetexfontinfo"; # list format: pkg1|pkg2|etc + $erroneous_tds = "bidi|lcyw|xetexfontinfo"; # list format: pkg1|pkg2|etc if ($ARGV[0] eq "--ctan-dir") { my $output = &find_ctan_dir ($ARGV[1]); |