From: Jim Meyering Date: Tue, 7 Jul 2009 16:35:23 +0000 (+0200) Subject: maint.mk: don't look for translatable strings in *.m4 or *.mk X-Git-Tag: v0.1~5777 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=b653eda3ac4864de205419d9f41eec267cb89eeb;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 1ada00b63..9bc330dae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-07-07 Jim Meyering + + 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 remove superfluous parentheses in STREQ definition diff --git a/top/maint.mk b/top/maint.mk index ef828d1cb..073058da1 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -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; \