aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorThomas Huriaux <thuriaux>2005-09-05 14:12:52 +0000
committerThomas Huriaux <thuriaux>2005-09-05 14:12:52 +0000
commit8f2374f56f6f6565160991a1e028677eebd498d5 (patch)
treead5b8b26076fc1ff045bd8cdacb2a5734710b9d9 /check_trans.pl
parentfc4667528d841ed96922b83872e3f4410c08d4e1 (diff)
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
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl4
1 files changed, 2 insertions, 2 deletions
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 <pattern> include only files matching <pattern>,
-# default is *.html|*.wml
+# default is *.src|*.wml
# -s <subtree> check only that subtree
# -t <type> 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";

© 2014-2024 Faster IT GmbH | imprint | privacy policy