~noskcaj/ubuntu/wily/epiphany-browser/merge

« back to all changes in this revision

Viewing changes to po/Makefile.in.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-10-24 10:31:13 UTC
  • mto: (120.1.2 experimental) (1.10.1) (105.1.14 sid)
  • mto: This revision was merged to the branch mainline in revision 120.
  • Revision ID: package-import@ubuntu.com-20121024103113-9oxzkdznk03km29m
Tags: upstream-3.6.1
ImportĀ upstreamĀ versionĀ 3.6.1

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)" 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
 
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
 
 
81
76
.po.pox:
82
77
        $(MAKE) $(GETTEXT_PACKAGE).pot
83
78
        $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
84
79
 
85
80
.po.mo:
86
 
        $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
 
81
        $(MSGFMT) -o $@ $<
87
82
 
88
83
.po.gmo:
89
 
        $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
 
84
        file=`echo $* | sed 's,.*/,,'`.gmo \
90
85
          && rm -f $$file && $(GMSGFMT) -o $$file $<
91
86
 
92
87
.po.cat: