]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Two more source files.
authorBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2001 20:56:03 +0000 (20:56 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2001 20:56:03 +0000 (20:56 +0000)
po/ChangeLog
po/POTFILES.in

index 82be7f81da2aded4c0cbb771bd5659b26e07f24e..2af18486791c2220a15e1d351807f88f184cb564 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-09  Bruno Haible  <haible@clisp.cons.org>
+
+       * POTFILES.in: Add src/po.c, src/write-po.c.
+
 2001-03-09  Bruno Haible  <haible@clisp.cons.org>
 
        * Makefile.in.in (update-po): Use $(GMOFILES), not $(CATALOGS).
index ce3da0f9f107ecc2ad3b64ce04e936647107ed37..b852f0fbd2528746a192fecc2ebfe2721371f075 100644 (file)
@@ -1,6 +1,9 @@
 # List of files which containing translatable strings.
 # Copyright (C) 1995, 1998, 2001 Free Software Foundation, Inc.
 
+# For updating this file, look at the result of:
+#   $ grep -l '[^A-Za-z_]_(' {lib,src}/*.[chy]
+
 # Files from the compatibility library
 lib/error.c
 lib/getopt.c
@@ -19,5 +22,7 @@ src/open-po.c
 src/po-gram-gen.c
 src/po-lex.h
 src/po-lex.c
+src/po.c
+src/write-po.c
 src/xget-lex.c
 src/xgettext.c