changeset 4451:fb52d0c44581

srclist.txt: Gettext files from other directory. srclist-update: Fix grep pattern again.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 15 Jul 2003 20:21:27 +0000
parents 689b53c7f51a
children f13ab920688e
files config/ChangeLog
diffstat 1 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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>