~ubuntu-branches/ubuntu/vivid/gpodder/vivid

« back to all changes in this revision

Viewing changes to makefile

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2014-07-26 20:43:14 UTC
  • mfrom: (5.2.33 sid)
  • Revision ID: package-import@ubuntu.com-20140726204314-kz4v2tyeeg7oj43y
Tags: 3.8.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
UIFILES=$(wildcard share/gpodder/ui/gtk/*.ui)
39
39
UIFILES_H=$(subst .ui,.ui.h,$(UIFILES))
40
40
QMLFILES=$(wildcard share/gpodder/ui/qml/*.qml \
41
 
                    share/gpodder/ui/qml/harmattan/org/gpodder/qmlui/*.qml \
42
 
                    share/gpodder/ui/qml/sailfish/org/gpodder/qmlui/*.qml)
 
41
                    share/gpodder/ui/qml/harmattan/org/gpodder/qmlui/*.qml)
43
42
GETTEXT_SOURCE=$(wildcard src/gpodder/*.py \
44
43
                          src/gpodder/gtkui/*.py \
45
44
                          src/gpodder/gtkui/interface/*.py \
113
112
        intltool-extract --quiet --type=gettext/glade $<
114
113
 
115
114
$(MESSAGES): $(GETTEXT_SOURCE)
116
 
        xgettext -LPython -k_:1 -kN_:1 -kN_:1,2 -kn_:1,2 -o $(MESSAGES) $^
 
115
        xgettext --from-code=utf-8 -LPython -k_:1 -kN_:1 -kN_:1,2 -kn_:1,2 -o $(MESSAGES) $^
117
116
 
118
117
##########################################################################
119
118