diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-12 18:03:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-12 18:03:12 +0000 |
commit | 5a245e4147336f470606e4096a61b6d4c62912dc (patch) | |
tree | a2d8490f2027175eeac513059381a039c18a0aed /Master/tlpkg/bin | |
parent | a24fec652d165a643acc0b900f4783548921e5ee (diff) |
rm typespec, just speciments of nonfree fonts
git-svn-id: svn://tug.org/texlive/trunk@17826 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/cmp-textfiles | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/cmp-textfiles b/Master/tlpkg/bin/cmp-textfiles index bfa347a7138..88897294f4a 100755 --- a/Master/tlpkg/bin/cmp-textfiles +++ b/Master/tlpkg/bin/cmp-textfiles @@ -19,8 +19,6 @@ END_USAGE my $file1 = &read_file ($ARGV[0]); my $file2 = &read_file ($ARGV[1]); - warn "($ARGV[0])\n$file1!!!\n"; - warn "($ARGV[1])\n$file2===\n"; return $file1 eq $file2 ? 0 : 1; } diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 230a303d4b9..aa47602baf4 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -325,10 +325,20 @@ my @TLP_working = qw( my @TLP_no_check = ( "afm2pl", # not on CTAN "aleph", # binary + "amscls", # ams confused + "amstex", # ams confused "asymptote", # binary "bibtex", # binary "bibtex8", # binary "ctie", # binary + "dvidvi", # binary + "dvipdfm", # binary + "dvipdfmx", # binary + "dvipng", # binary + "dvipos", # binary + "dvips", # binary + "enctex", # binary + "etex", # binary "fontname", # tl-update-auto "gnu-freefont", # only packed on CTAN "gsftopk", # binary @@ -338,9 +348,12 @@ my @TLP_no_check = ( "metapost", # binary "powerdot", # stale generated files on CTAN "synctex", # binary + "tex4ht", # binary + "texdoc", # binary "texinfo", # tl-update-auto "texlive.infra", # binary "texware", # binary + "ttfutils", # binary "xetex", # binary ); |