From 8f2374f56f6f6565160991a1e028677eebd498d5 Mon Sep 17 00:00:00 2001 From: Thomas Huriaux Date: Mon, 5 Sep 2005 14:12:52 +0000 Subject: Remove the *.html pattern, the only file returned (english/security/audit/examples/test.c.html) is not translatable CVS version numbers check_trans.pl: 1.62 -> 1.63 --- check_trans.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check_trans.pl') diff --git a/check_trans.pl b/check_trans.pl index 82eaf8c8b3f..bee908c6e4a 100755 --- a/check_trans.pl +++ b/check_trans.pl @@ -35,7 +35,7 @@ # -l output CVS log messages # -T output translated diffs # -p include only files matching , -# default is *.html|*.wml +# default is *.src|*.wml # -s check only that subtree # -t choose output type (default is `text') # -M display differences for all 'Makefile's @@ -132,7 +132,7 @@ $opt_v = 1 if ($opt_V); warn "Checking subtree $opt_s only\n" if (($opt_v) && ($opt_s)); # include only files matching $filename -my $filename = $opt_p || '(\.wml$)|(\.html$)|(\.src$)'; +my $filename = $opt_p || '(\.wml$)|(\.src$)'; # Go to desired directory chdir($opt_C) || die "Cannot go to $opt_C\n"; -- cgit v1.2.3