gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #34654] [REGRESSION] update-po rule broken


From: Gabriele Giacone
Subject: [Gnash-commit] [bug #34654] [REGRESSION] update-po rule broken
Date: Tue, 25 Oct 2011 23:39:05 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 Iceweasel/7.0.1

Follow-up Comment #3, bug #34654 (project gnash):


Before my change, neither make update-po nor -C po were working.
I had taken a look at past changes to po/Makefile.am and I wanted to modify it
as little as possible. Here "-C po" works now.
Have you run autogen.sh?

gnash.pot is generated under top_srcdir. If we want it generated under po/, we
could revert 3da469d89 (2 years'n'half ago) + my
---
- $(MSGMERGE) --update $(srcdir)/$$i $(srcdir)/gnash.pot; 
+ $(MSGMERGE) --update $(srcdir)/$$i $(top_srcdir)/gnash.pot; 
done
+ mv $(top_srcdir)/gnash.pot $(srcdir)/gnash.pot 
---

Am I missing anything?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34654>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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