From: Jim Meyering Date: Wed, 15 Nov 2006 09:37:02 +0000 (+0100) Subject: * .x-po-check: Exclude gl/ files. Otherwise, po-check would X-Git-Tag: COREUTILS-6_5~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e189a79efd5d1d1eba8d03a84a015bbe6e53eb7f;p=thirdparty%2Fcoreutils.git * .x-po-check: Exclude gl/ files. Otherwise, po-check would complain that some of gl/lib/*.[ch] are not listed in POTFILES.in. --- diff --git a/.x-po-check b/.x-po-check index c7f59f2f8d..202ec8eb8c 100644 --- a/.x-po-check +++ b/.x-po-check @@ -1,3 +1,4 @@ ChangeLog(-[0-9]+)?$ ^old/ ^src/c99-to-c98\.diff$ +^gl/.* diff --git a/ChangeLog b/ChangeLog index 7c7d7fa828..b789d67798 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-15 Jim Meyering + + * .x-po-check: Exclude gl/ files. Otherwise, po-check would + complain that some of gl/lib/*.[ch] are not listed in POTFILES.in. + 2006-11-14 Jim Meyering * gl/m4/root-dev-ino.m4: Now that this is part of a real "module",