m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-119


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-119-g28b96db
Date: Mon, 19 May 2008 12:59:54 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=28b96dbbd1eeb0e1fc1b0678735cacaddebe3595

The branch, master has been updated
       via  28b96dbbd1eeb0e1fc1b0678735cacaddebe3595 (commit)
      from  19c823f477a093cf19c9d79886e73eb0c0e2edd4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 28b96dbbd1eeb0e1fc1b0678735cacaddebe3595
Author: Eric Blake <address@hidden>
Date:   Mon May 19 06:57:38 2008 -0600

    Fix xgettext options.
    
    * po/Makevars (XGETTEXT_OPTIONS): The " must be passed to
    xgettext.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   |    4 ++++
 po/Makevars |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 75b6cef..625a99f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-05-19  Eric Blake  <address@hidden>
 
+       Fix xgettext options.
+       * po/Makevars (XGETTEXT_OPTIONS): The " must be passed to
+       xgettext.
+
        Fix spelling of René Seindal's name in --version output.
        * ltdl/m4/gnulib-cache.m4: Import propername module.
        * src/main.c (AUTHORS): Rewrite in terms of proper_name.
diff --git a/po/Makevars b/po/Makevars
index 74f3bac..475ef3b 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -31,8 +31,8 @@ XGETTEXT_OPTIONS = \
   --from-code=UTF-8 \
   --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." \
+  --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=verror:3:c-format --flag=verror_at_line:5:c-format \
   --flag=asprintf:2:c-format --flag=vasprintf:2:c-format \


hooks/post-receive
--
GNU M4 source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]