diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-15 22:30:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-15 22:30:20 +0000 |
commit | b334c30fe0a0faa600731910cc98905b9f0b4955 (patch) | |
tree | 25247ec41ddc97637739cfa4cc3d00627505300d /Master/tlpkg/bin/tlpkg-ctan-check | |
parent | 223162e87cec5243ae4b5345d9d5599523632e70 (diff) |
missed cstex doc update
git-svn-id: svn://tug.org/texlive/trunk@31438 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkg-ctan-check')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index eea5cf4decf..807c54a6698 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -741,7 +741,7 @@ sub do_tlp { # the first one we come across, since we'll only find the first one # on CTAN and we don't want to try to match subdir suffixes. next if grep { $_ eq $basefile } @tl_basefiles; -#warn "checking tl file $file -> $basefile\n"; +warn "checking tl file $file -> $basefile\n"; push (@tl_basefiles, $basefile); # No point in comparing our pdfs now, too many are different. @@ -774,7 +774,7 @@ sub do_tlp { } chomp (my @ctan_files = `find $ctan_dir/ -name $basefile`); -#warn "ctan find $basefile: @ctan_files\n"; +warn "ctan find $basefile: @ctan_files\n"; # the trailing / is so we dereference a symlink on CTAN. next if @ctan_files > 1; # if more than one file by same name, skip |