summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-06-08 08:42:00 +0100
committerPádraig Brady <P@draigBrady.com>2009-06-08 15:35:31 +0100
commit502be19e0fdb52dbc76fe95d5a4966ef0b06f3dc (patch)
tree50050e47728c8e3044595266850065698cbbf164 /Makefile.am
parent523c40505cef796aefbe53337687c0103cd4cd72 (diff)
downloadcoreutils-502be19e0fdb52dbc76fe95d5a4966ef0b06f3dc.tar.xz
maint: Add a syntax-check to ensure all .x-sc_ files are distributed
* Makefile.am: Add a couple of missing entries to syntax_check_exceptions for distribution. * cfg.mk: Add a rule to ensure the syntax_check_exceptions list stays in sync with the .x-sc_* files in the repository.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7670cd650..97be46a11 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,6 +40,7 @@ changelog_etc = \
syntax_check_exceptions = \
.x-sc_GPL_version \
+ .x-sc_error_message_uppercase \
.x-sc_file_system \
.x-sc_obsolete_symbols \
.x-sc_po_check \
@@ -48,6 +49,7 @@ syntax_check_exceptions = \
.x-sc_prohibit_stat_st_blocks \
.x-sc_prohibit_strcmp \
.x-sc_require_config_h \
+ .x-sc_require_config_h_first \
.x-sc_space_tab \
.x-sc_sun_os_names \
.x-sc_trailing_blank \