diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-24 23:35:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-24 23:35:17 +0000 |
commit | a206468a2aa73c8c378e2416fa5677a235b68cc3 (patch) | |
tree | 0c1bcb6113dc9501e31ece3ffd8d1834af7a7698 /Build | |
parent | 6611a50791115b3b04344d257269b9fe321b96fc (diff) |
beebe needs more work
git-svn-id: svn://tug.org/texlive/trunk@2508 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/tools/tpm-ctan-check | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 35a534f004f..530faab5e91 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -13,7 +13,7 @@ my @WorkingTPM = qw( amsthdoc-it apacite appendix arabtex archaic arcs arev armenian arrayjob arydshln ascii assignment attachfile aurical - babelbib beamer beamer-tut-pt beebe begriff bera betababel + babelbib beamer beamer-tut-pt begriff bera betababel bezos bghyphen bibhtml bibleref bibtopic bibunits bigfoot birthday bitfield blacklettert1 blindtext booklet bophook boxhandler breakurl bussproofs bytefield @@ -109,6 +109,7 @@ my @WorkingTPM = qw( york-thesis ); #abstyles not updated but too old to matter +#beebe needs more work #logic/gn-logic14 conflicts with logic font #lshort-russian # only zip files on CTAN #malayalam # missing C sources on CTAN wrote author 5jun05. @@ -119,9 +120,7 @@ my @WorkingTPM = qw( #subfigure # installs ltxdoc.cfg!!! #shortlst # works, but license: no profit! needs catalogue update #sae # works, no profit license! - - - + chomp (my $mydir = `dirname $0`); chomp ($mydir = `cd $mydir && pwd`); chomp ($TL = `cd $mydir/../../Master && pwd`); |