~ubuntu-branches/ubuntu/lucid/openerp-client/lucid

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-08-24 20:13:33 UTC
  • mfrom: (1.1.7 upstream)
  • mto: (11.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20090824201333-5at7951slr8uhcyw
Tags: upstream-5.0.3-0
ImportĀ upstreamĀ versionĀ 5.0.3-0

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        xgettext -k_ -kN_ -o bin/po/$(APP).pot $(PYTHON_FILES) bin/openerp.glade bin/win_error.glade bin/dia_survey.glade
15
15
 
16
16
translate_set:
17
 
        for i in $(LANG); do msgfmt bin/po/$$i.po -o bin/share/locale/$$i/LC_MESSAGES/$(APP).mo; done;
 
17
        for i in $(LANGS); do msgfmt bin/po/$$i.po -o bin/share/locale/$$i/LC_MESSAGES/$(APP).mo; done;
18
18
 
19
19
merge:
20
20
        for i in $(LANGS); do msgmerge bin/po/$$i.po bin/po/$(APP).pot -o bin/po/$$i.po --strict; done;