From ec2695953d651111268fe88a6c24cf02fc3750df Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 2 Dec 2010 18:02:32 +0000 Subject: consistence git-svn-id: svn://tug.org/texlive/trunk@20637 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/inputtrc/README.pdf | Bin 0 -> 13781 bytes Master/tlpkg/bin/check-files-by-format | 5 +++-- Master/tlpkg/bin/tlprm | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/inputtrc/README.pdf (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/inputtrc/README.pdf b/Master/texmf-dist/doc/latex/inputtrc/README.pdf new file mode 100644 index 00000000000..db93ff0d4fc Binary files /dev/null and b/Master/texmf-dist/doc/latex/inputtrc/README.pdf differ diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index f9d58d4f95e..d076ea80250 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -140,11 +140,12 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', # the value has no meaning here my $exclude_tfm = { '*base*' => 'texmf-dist/fonts/tfm', + 'jknappen/ec/' => 1, + 'jknappen/fc/' => 1, 'public/arev/' => 1, + 'public/chess/' => 1, # original has extra bytes, not worth fixing 'public/cmcyr/' => 1, 'public/dozenal/' => 1, - 'jknappen/ec/' => 1, - 'jknappen/fc/' => 1, 'public/gfsbodoni/' => 1, 'public/malayalam/' => 1, 'public/wnri/' => 1, diff --git a/Master/tlpkg/bin/tlprm b/Master/tlpkg/bin/tlprm index fa134018cd8..19109e86cf9 100755 --- a/Master/tlpkg/bin/tlprm +++ b/Master/tlpkg/bin/tlprm @@ -90,9 +90,9 @@ sub main `printf "@coll_files" >>$commit_file`; my $check_script = "$Master/tlpkg/bin/tlpkg-ctan-check"; - @lines = `egrep '( |^)$f( |\$)' $check_script`; + @lines = `egrep -nH '( |^)$f( |\$)' $check_script`; if (@lines) { - print "no future checks: $check_script\n"; + print @lines; `echo $check_script >>$commit_file`; } -- cgit v1.2.3