summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/cmp-textfiles2
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check13
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
);