maint.mk: don't look for translatable strings in *.m4 or *.mk
authorJim Meyering <meyering@redhat.com>
Tue, 7 Jul 2009 16:35:23 +0000 (18:35 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 7 Jul 2009 16:35:23 +0000 (18:35 +0200)
* top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
when searching for translatable strings.

ChangeLog
top/maint.mk

index 1ada00b..9bc330d 100644 (file)
--- 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
index ef828d1..073058d 100644 (file)
@@ -540,6 +540,7 @@ sc_po_check:
          for file in $$($(VC_LIST_EXCEPT)) lib/*.[ch]; do              \
            test -r $$file || continue;                                 \
            case $$file in                                              \
+             *.m4|*.mk) continue ;;                                    \
              *.?|*.??) ;;                                              \
              *) continue;;                                             \
            esac;                                                       \