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: Sandro Santilli
Subject: [Gnash-commit] [bug #34654] [REGRESSION] update-po rule broken
Date: Tue, 25 Oct 2011 19:47:13 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

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

The other unrelated change:

@@ -33,26 +32,16 @@ CLEANFILES = 

 dirs =  libbase 
        librender 
-       libamf 
        libmedia 
-       libmedia/ffmpeg 
-       libmedia/gst 
        libcore 
-       libcore/vm 
-       libcore/swf 
-       libcore/parser 
-       libcore/asobj 
+       libdevice 
+       libsound 
        utilities 
        plugin 
+       desktop 
+       cygnal 
        gui 
-       extensions 
-       extensions/dbus 
-       extensions/dejagnu 
-       extensions/fileio 
-       extensions/lirc 
-       extensions/gtk2 
-       extensions/metome 
-       extensions/mysql
+       extensions
        
 EXTRA_DIST = $(pofiles) gnash.pot 
 
Also to be explained with this:

@@ -79,8 +68,9 @@ update-po:
        $(MAKE) gnash.pot
        for i in $(pofiles); do 
          echo "Merging $$i..." ; 
-         $(MSGMERGE) --update $(srcdir)/$$i $(srcdir)/gnash.pot; 
+         $(MSGMERGE) --update $(srcdir)/$$i $(top_srcdir)/gnash.pot; 
        done
+       mv $(top_srcdir)/gnash.pot $(srcdir)/gnash.pot
 
 SUFFIXES = .po .gmo
 .po.gmo:


    _______________________________________________________

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]