From: Sven Eden Date: Fri, 9 Mar 2018 06:22:12 +0000 (+0100) Subject: check_tree.pl: Do not search 'po' directory. Better resurrect (aka rewrite) 'update_p... X-Git-Tag: v235.3~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c84557db2a38ea962122d58945b56a2cedff188b;p=elogind.git check_tree.pl: Do not search 'po' directory. Better resurrect (aka rewrite) 'update_po.sh' --- diff --git a/pwx/check_tree.pl b/pwx/check_tree.pl index b5dc2dc3b..1b323b0d2 100755 --- a/pwx/check_tree.pl +++ b/pwx/check_tree.pl @@ -1206,7 +1206,7 @@ sub generate_file_list { # in all legal directories this program allows. Checking against # the built %hWanted ensures that a user provided list of files # is heeded. - for my $xDir ("docs", "factory", "m4", "man", "po", "shell-completion", "src", "tools") { + for my $xDir ("docs", "factory", "m4", "man", "shell-completion", "src", "tools") { if ( -d "$xDir" ) { find(\&wanted, "$xDir"); }