From: Bruno Haible Date: Fri, 9 Mar 2001 20:56:03 +0000 (+0000) Subject: Two more source files. X-Git-Tag: v0.10.36~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13ba2b118263b71e089b19e5c838f3d7acc4869b;p=thirdparty%2Fgettext.git Two more source files. --- diff --git a/po/ChangeLog b/po/ChangeLog index 82be7f81d..2af184867 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2001-03-09 Bruno Haible + + * POTFILES.in: Add src/po.c, src/write-po.c. + 2001-03-09 Bruno Haible * Makefile.in.in (update-po): Use $(GMOFILES), not $(CATALOGS). diff --git a/po/POTFILES.in b/po/POTFILES.in index ce3da0f9f..b852f0fbd 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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