~ubuntu-branches/ubuntu/saucy/evolution-indicator/saucy

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-12-05 16:16:49 UTC
  • Revision ID: package-import@ubuntu.com-20121205161649-7d12pr102liok3mx
Tags: 0.2.20-0ubuntu9
* debian/patches/evolution-indicator-eds3.6_v2.patch: port to EDS 3.6 and port
  to use libmessaging-menu. (LP: #1051882)
* debian/control:
  - add libmessaging-menu-dev to Build-Depends.
  - switch to debhelper 9.
  - remove Build-Depends on cdbs.
* debian/compat: bump compat level to 9.
* debian/rules:
  - migrate to dh sequencer.
* debian/source/format: switch to source format 3.0 (quilt)
* debian/patches/series: added, use quilt for patches.
* debian/copyright: update and clarify copyright, migrate to DEP-5 format.
* debian/patches/add_copying_lgpl_license.patch: add COPYING.LGPL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
XGETTEXT = @XGETTEXT@
50
50
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
51
51
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
52
 
MSGMERGE = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
53
 
GENPOT   = INTLTOOL_EXTRACT=$(INTLTOOL_EXTRACT) srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
 
52
MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
 
53
GENPOT   = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
54
54
 
55
55
ALL_LINGUAS = @ALL_LINGUAS@
56
56
 
73
73
.SUFFIXES:
74
74
.SUFFIXES: .po .pox .gmo .mo .msg .cat
75
75
 
 
76
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
77
INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V))
 
78
INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY))
 
79
INTLTOOL__v_MSGFMT_0 = @echo "  MSGFMT" $@;
 
80
 
76
81
.po.pox:
77
82
        $(MAKE) $(GETTEXT_PACKAGE).pot
78
83
        $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
79
84
 
80
85
.po.mo:
81
 
        $(MSGFMT) -o $@ $<
 
86
        $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
82
87
 
83
88
.po.gmo:
84
 
        file=`echo $* | sed 's,.*/,,'`.gmo \
 
89
        $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
85
90
          && rm -f $$file && $(GMSGFMT) -o $$file $<
86
91
 
87
92
.po.cat: