gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1215-gbb15eb1
Date: Wed, 26 Oct 2011 22:17:27 +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 "Gnash".

The branch, master has been updated
       via  bb15eb16fdba574201fd94f24056fcd12f50e42d (commit)
      from  7a6bea96a389b58cdc64ea545cfae9dcd9d7f3e2 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=bb15eb16fdba574201fd94f24056fcd12f50e42d


commit bb15eb16fdba574201fd94f24056fcd12f50e42d
Author: Gabriele Giacone <address@hidden>
Date:   Thu Oct 27 00:14:50 2011 +0200

    Fix update-po. See bug #34654.

diff --git a/po/Makefile.am b/po/Makefile.am
index 5301ad9..b03a29a 100644
--- a/po/Makefile.am
+++ b/po/Makefile.am
@@ -57,7 +57,7 @@ gnash.pot:
          echo "$$i" >> po/POTFILES;\
        done; \
        $(XGETTEXT) --language=C++ --files-from=po/POTFILES \
-         -o $(srcdir)/gnash.pot \
+         -o po/gnash.pot \
          --default-domain=gnash --force \
          --flag=_:1:pass-c-format --keyword=_ --keyword=_q \
          --copyright-holder='Free Software Foundation, Inc.';  \
@@ -68,9 +68,8 @@ update-po:
        $(MAKE) gnash.pot
        for i in $(pofiles); do \
          echo "Merging $$i..." ; \
-         $(MSGMERGE) --update $(srcdir)/$$i $(top_srcdir)/gnash.pot; \
+         $(MSGMERGE) --update $(srcdir)/$$i $(srcdir)/gnash.pot; \
        done
-       mv $(top_srcdir)/gnash.pot $(srcdir)/gnash.pot
 
 SUFFIXES = .po .gmo
 .po.gmo:

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

Summary of changes:
 po/Makefile.am |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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