summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-17 09:44:11 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-17 10:07:31 +0100
commitb95fff13577cdd3da4300bbd639441cc77cf935a (patch)
tree742499cb1bf887b815cc0327c6a999bfabbfde50
parente942c02a2eeb4d55606dec5fe943ea7d81f989ba (diff)
downloadlibguestfs-b95fff13577cdd3da4300bbd639441cc77cf935a.tar.gz
libguestfs-b95fff13577cdd3da4300bbd639441cc77cf935a.tar.xz
libguestfs-b95fff13577cdd3da4300bbd639441cc77cf935a.zip
syntax: Exclude certain files from bindtextdomain test (thanks Jim Meyering).
-rw-r--r--cfg.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index bfa4870f..62093a72 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -24,6 +24,9 @@ gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
url_dir_list = \
ftp://$(gnu_rel_host)/gnu/coreutils
+# Exclude some filenames.
+exclude_file_name_regexp--sc_bindtextdomain = ^(daemon|erlang|examples|tests)/
+
# Tests not to run as part of "make distcheck".
local-checks-to-skip = \
sc_po_check \