From: Bruno Haible Date: Tue, 20 May 2008 00:36:11 +0000 (+0000) Subject: Use gnulib module 'propername'. X-Git-Tag: v0.18~412 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6c5d1838a8e4bc5da0fe71baf9e94f988cd28ab;p=thirdparty%2Fgettext.git Use gnulib module 'propername'. --- diff --git a/gettext-runtime/po/ChangeLog b/gettext-runtime/po/ChangeLog index 6f4745008..a82d6a5c6 100644 --- a/gettext-runtime/po/ChangeLog +++ b/gettext-runtime/po/ChangeLog @@ -1,3 +1,9 @@ +2008-05-19 Bruno Haible + + * Makevars (XGETTEXT_OPTIONS): Remove the options for proper_name and + proper_name_utf8, now collected automatically through + AM_XGETTEXT_OPTION. + 2008-05-08 Bruno Haible * sk.po: Update from Marcel Telka . diff --git a/gettext-runtime/po/Makevars b/gettext-runtime/po/Makevars index d29c4a969..6fa6b94f2 100644 --- a/gettext-runtime/po/Makevars +++ b/gettext-runtime/po/Makevars @@ -11,8 +11,6 @@ top_builddir = .. XGETTEXT_OPTIONS = \ --keyword=_ --flag=_:1:pass-c-format \ --keyword=N_ --flag=N_:1:pass-c-format \ - --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."' \ - --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."' \ --flag=error:3:c-format --flag=error_at_line:5:c-format # This is the copyright holder that gets inserted into the header of the diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog index 9e7e56aae..761b4e243 100644 --- a/gettext-tools/po/ChangeLog +++ b/gettext-tools/po/ChangeLog @@ -1,3 +1,9 @@ +2008-05-19 Bruno Haible + + * Makevars (XGETTEXT_OPTIONS): Remove the options for proper_name and + proper_name_utf8, now collected automatically through + AM_XGETTEXT_OPTION. + 2008-05-08 Bruno Haible * sk.po: Update from Marcel Telka . diff --git a/gettext-tools/po/Makevars b/gettext-tools/po/Makevars index 0c69cd8b3..71d710115 100644 --- a/gettext-tools/po/Makevars +++ b/gettext-tools/po/Makevars @@ -11,8 +11,6 @@ top_builddir = .. XGETTEXT_OPTIONS = \ --keyword=_ --flag=_:1:pass-c-format \ --keyword=N_ --flag=N_:1:pass-c-format \ - --keyword='proper_name:1,"This is a proper name. See the gettext manual, section Names."' \ - --keyword='proper_name_utf8:1,"This is a proper name. See the gettext manual, section Names."' \ --flag=error:3:c-format --flag=error_at_line:5:c-format \ --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \ --flag=xasprintf:1:c-format --flag=error_logger:1:c-format \