From: Bruno Haible Date: Fri, 19 Sep 2003 08:34:04 +0000 (+0000) Subject: Update the source file list. X-Git-Tag: v0.13~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32f699e0f7b330b8c34469bc26a3db0d53d3888e;p=thirdparty%2Fgettext.git Update the source file list. --- diff --git a/gettext-runtime/po/ChangeLog b/gettext-runtime/po/ChangeLog index 0ed24104f..a84a9aec7 100644 --- a/gettext-runtime/po/ChangeLog +++ b/gettext-runtime/po/ChangeLog @@ -1,3 +1,7 @@ +2003-09-14 Bruno Haible + + * POTFILES.in: Add ../gettext-tools/lib/closeout.c, src/envsubst.c. + 2003-08-22 Bruno Haible * zh_CN.po: New file, from Funda Wang . diff --git a/gettext-runtime/po/POTFILES.in b/gettext-runtime/po/POTFILES.in index e921b7c20..1ab4e8c5d 100644 --- a/gettext-runtime/po/POTFILES.in +++ b/gettext-runtime/po/POTFILES.in @@ -5,10 +5,12 @@ # $ grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly] # Files from the compatibility library +../gettext-tools/lib/closeout.c ../gettext-tools/lib/error.c ../gettext-tools/lib/getopt.c ../gettext-tools/lib/xmalloc.c # Package source files +src/envsubst.c src/gettext.c src/ngettext.c diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog index 213c477e0..7cf8f895c 100644 --- a/gettext-tools/po/ChangeLog +++ b/gettext-tools/po/ChangeLog @@ -1,3 +1,7 @@ +2003-09-14 Bruno Haible + + * POTFILES.in: Add src/format-sh.c, src/x-sh.c, lib/closeout.c. + 2003-08-25 Bruno Haible * POTFILES.in: Add format-gcc-internal.c. diff --git a/gettext-tools/po/POTFILES.in b/gettext-tools/po/POTFILES.in index 59ec36d1f..8cda9e8c1 100644 --- a/gettext-tools/po/POTFILES.in +++ b/gettext-tools/po/POTFILES.in @@ -6,6 +6,7 @@ # Files from the compatibility library lib/argmatch.c +lib/closeout.c lib/copy-file.c lib/error.c lib/execute.c @@ -37,6 +38,7 @@ src/format-perl.c src/format-perl-brace.c src/format-php.c src/format-python.c +src/format-sh.c src/format-tcl.c src/format-ycp.c src/hostname.c @@ -83,6 +85,7 @@ src/x-php.c src/x-po.c src/x-python.c src/x-rst.c +src/x-sh.c src/x-smalltalk.c src/x-tcl.c src/x-ycp.c