~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to po/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-03-04 03:19:06 UTC
  • mfrom: (1.1.18) (3.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20120304031906-p6q5rnb0xhgpof7o
Tags: 0.8.10-3ubuntu1
* Merge from Debian testing (FFe: LP: #940876), remaining changes:
  - Use mozilla-flashplugin as the alternative for now
  - Change xulrunner-dev build dep to firefox-dev
* Drop the plugin API porting patch, this has been fixed upstream
  - drop debian/patches*
* Drop the following change as we want Adobe's player to take priority
  if it's installed
  - Set alternative priority to 50 so that it matches Adobe Flash's priority

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
POFILES = AUTO
21
21
 
 
22
translations = cs da de en_GB es fi fr it ja el km ne ru zh_TW
22
23
 
23
 
translations = cs de es fi fr it ja 
24
24
 
25
25
# This is GNU make specific, so if you are building Gnash on a BSD
26
26
# machine, you probably want to install GNU make in additional to
33
33
 
34
34
dirs =  libbase \
35
35
        librender \
36
 
        libamf \
37
36
        libmedia \
38
 
        libmedia/ffmpeg \
39
 
        libmedia/gst \
40
37
        libcore \
41
 
        libcore/vm \
42
 
        libcore/swf \
43
 
        libcore/parser \
44
 
        libcore/asobj \
 
38
        libdevice \
 
39
        libsound \
45
40
        utilities \
46
41
        plugin \
 
42
        desktop \
 
43
        cygnal \
47
44
        gui \
48
 
        extensions \
49
 
        extensions/dbus \
50
 
        extensions/dejagnu \
51
 
        extensions/fileio \
52
 
        extensions/lirc \
53
 
        extensions/gtk2 \
54
 
        extensions/metome \
55
 
        extensions/mysql
 
45
        extensions
56
46
        
57
47
EXTRA_DIST = $(pofiles) gnash.pot 
58
48
 
68
58
          echo "$$i" >> po/POTFILES;\
69
59
        done; \
70
60
        $(XGETTEXT) --language=C++ --files-from=po/POTFILES \
71
 
          -o $(srcdir)/gnash.pot \
 
61
          -o po/gnash.pot \
72
62
          --default-domain=gnash --force \
73
63
          --flag=_:1:pass-c-format --keyword=_ --keyword=_q \
74
64
          --copyright-holder='Free Software Foundation, Inc.';  \
111
101
        for i in $(translations); do \
112
102
          rm -f "$(DESTDIR)$(datadir)/locale/$$i/LC_MESSAGES/gnash.mo"; \
113
103
        done
114