diff options
author | Jim Meyering <meyering@redhat.com> | 2011-01-04 10:13:15 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-03-20 10:54:45 +0100 |
commit | 6c73977d8231f1d671da166e3ad85c731971d4d6 (patch) | |
tree | 456d4b5f0c92718f607616e638e4660693beb83a | |
parent | 9de5c91f05c8e04bb3aec26dd29f72a32bdb6b46 (diff) | |
download | idutils-6c73977d8231f1d671da166e3ad85c731971d4d6.tar.gz idutils-6c73977d8231f1d671da166e3ad85c731971d4d6.tar.bz2 idutils-6c73977d8231f1d671da166e3ad85c731971d4d6.zip |
maint: avoid syntax-check failure due to new sc_bindtextdomain rule
* cfg.mk (local-checks-to-skip): Add sc_bindtextdomain.
Remove references to rules that are no longer in maint.mk.
-rw-r--r-- | cfg.mk | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -18,11 +18,10 @@ manual_title = GNU idutils: ID database utilities # Tests not to run as part of "make distcheck". -# Exclude changelog-check here so that there's less churn in ChangeLog -# files -- otherwise, you'd need to have the upcoming version number -# at the top of the file for each `make distcheck' run. -local-checks-to-skip = changelog-check strftime-check patch-check \ - sc_prohibit_atoi_atof sc_changelog check-AUTHORS +local-checks-to-skip = \ + sc_bindtextdomain \ + sc_changelog \ + sc_prohibit_atoi_atof old_NEWS_hash = 7c42fc431cadd9164dde6f9a7113b920 |