srclist.txt: Gettext files from other directory.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Jul 2003 20:21:27 +0000 (20:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 15 Jul 2003 20:21:27 +0000 (20:21 +0000)
srclist-update: Fix grep pattern again.

config/ChangeLog

index fbb1b642f6e0e03b2d51ed5569f377627386483d..2fc6ef2b13c407bd9585319bb87bb57eb71d54af 100644 (file)
@@ -1,7 +1,16 @@
+2003-07-15  Paul Eggert  <eggert@twinsun.com>
+
+       * srclist.txt: Get the following files from gettext-runtime/intl
+       instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
+       ref-del.sin.  From Bruno Haible.
+       * srclist-update (fixfile): Change grep pattern again, since the
+       previous fix didn't work (there was another trailing $).  Use
+       '[$]' to escape the $s.
+
 2003-07-15    <karl@gnu.org>
 
-       * srclist-update (fixfile): grep for $Id: ChangeLog,v 1.28 2003-07-15 12:47:54 karl Exp $Id: ChangeLog,v 1.28 2003-07-15 12:47:54 karl Exp $, since the
-       latter gets expanded.
+       * srclist-update (fixfile): Change grep pattern, since 'Id'
+       gets expanded when surrounded by '$'.
 
 2003-07-14  Paul Eggert  <eggert@twinsun.com>