From patchwork Fri Oct 22 15:27:48 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Add read-md.c to po/EXCLUDES Date: Fri, 22 Oct 2010 05:27:48 -0000 From: "Joseph S. Myers" X-Patchwork-Id: 68876 Message-Id: To: gcc-patches@gcc.gnu.org I found that exgettext put messages from read-md.c in gcc.pot. This is a file used in generator programs only; I've added it to po/EXCLUDES. Committed. Index: ChangeLog =================================================================== --- ChangeLog (revision 165835) +++ ChangeLog (working copy) @@ -1,5 +1,9 @@ 2010-10-22 Joseph Myers + * EXCLUDES: Add read-md.c. + +2010-10-22 Joseph Myers + * exgettext: Only handle Warn when followed by '('. 2010-10-13 Joseph Myers Index: EXCLUDES =================================================================== --- EXCLUDES (revision 165823) +++ EXCLUDES (working copy) @@ -83,6 +83,7 @@ genrecog.c gensupport.c gensupport.h +read-md.c # These files are not yet internationalized, because they contain # many strings that require a lot of analysis, and are little-used.