From 2100ba14fbfaf3e89059d9112959463506932d74 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 17 Sep 2012 09:54:27 +0100 Subject: syntax: Exclude PO files from doubled words test (thanks Jim Meyering). --- cfg.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg.mk b/cfg.mk index d06cefe1..b9914597 100644 --- a/cfg.mk +++ b/cfg.mk @@ -28,6 +28,7 @@ url_dir_list = \ exclude_file_name_regexp--sc_bindtextdomain = ^(daemon|erlang|examples|tests)/ exclude_file_name_regexp--sc_error_message_period = ^php/ exclude_file_name_regexp--sc_prohibit_always-defined_macros = ^examples/ +exclude_file_name_regexp--sc_prohibit_doubled_word = ^po/ # Tests not to run as part of "make distcheck". local-checks-to-skip = \ -- cgit