summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-12 18:30:08 +0000
committerKarl Berry <karl@freefriends.org>2008-07-12 18:30:08 +0000
commitd5bd2061a0757def2c259852e8b45958b1a5183d (patch)
treeabae9af20fe628c6a63b3ae941d4feb874f52d85 /Master/tlpkg
parent9bca6550cfe2de5380ebe394480ccb24126f2863 (diff)
bidi update (11jul08)
git-svn-id: svn://tug.org/texlive/trunk@9486 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo2
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]);