gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9920: Don't force update of gnash.p


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9920: Don't force update of gnash.pot on 'make dist'
Date: Sat, 04 Oct 2008 11:50:46 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9920
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sat 2008-10-04 11:50:46 +0200
message:
  Don't force update of gnash.pot on 'make dist'
modified:
  po/Makefile.am
=== modified file 'po/Makefile.am'
--- a/po/Makefile.am    2008-10-04 07:06:19 +0000
+++ b/po/Makefile.am    2008-10-04 09:50:46 +0000
@@ -60,7 +60,7 @@
 
 if HAS_GETTEXT
 
-gnash.pot: force
+gnash.pot: 
        cd $(top_srcdir); \
        pwd; \
        rm -f po/POTFILES; \
@@ -73,8 +73,10 @@
          --copyright-holder='Free Software Foundation, Inc.';  \
        rm -f po/POTFILES
 
-update-po: gnash.pot
-       @for i in $(pofiles); do \
+update-po: 
+       rm -f $(srcdir)/gnash.pot # force rebuild of this
+       $(MAKE) gnash.pot
+       for i in $(pofiles); do \
          echo "Merging $$i..." ; \
          $(MSGMERGE) --update $(srcdir)/$$i $(srcdir)/gnash.pot; \
        done


reply via email to

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