chiark / gitweb /
check_tree.pl: Do not search 'po' directory. Better resurrect (aka rewrite) 'update_p...
authorSven Eden <yamakuzure@gmx.net>
Fri, 9 Mar 2018 06:22:12 +0000 (07:22 +0100)
committerSven Eden <yamakuzure@gmx.net>
Fri, 9 Mar 2018 06:22:12 +0000 (07:22 +0100)
pwx/check_tree.pl

index b5dc2dc3b23315129370976e01c2b142da7b19c7..1b323b0d2f6b5062debd08a41630bdac4b75332d 100755 (executable)
@@ -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");
                }