changeset 11710:e59c94826772

maint.mk: don't look for translatable strings in *.m4 or *.mk * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files, when searching for translatable strings.
author Jim Meyering <meyering@redhat.com>
date Tue, 07 Jul 2009 18:35:23 +0200
parents 61fffcc71917
children 0448ef50894e
files ChangeLog top/maint.mk
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-07  Jim Meyering  <meyering@redhat.com>
+
+	maint.mk: don't look for translatable strings in *.m4 or *.mk
+	* top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
+	when searching for translatable strings.
+
 2009-07-05  Jim Meyering  <meyering@redhat.com>
 
 	remove superfluous parentheses in STREQ definition
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -540,6 +540,7 @@
 	  for file in $$($(VC_LIST_EXCEPT)) lib/*.[ch]; do		\
 	    test -r $$file || continue;					\
 	    case $$file in						\
+	      *.m4|*.mk) continue ;;					\
 	      *.?|*.??) ;;						\
 	      *) continue;;						\
 	    esac;							\