~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: INADA Naoki
  • Date: 2011-05-06 09:05:28 UTC
  • mto: (5830.3.4 i18n-msgfmt)
  • mto: This revision was merged to the branch mainline in revision 5873.
  • Revision ID: songofacandy@gmail.com-20110506090528-cv1kxd05bkqqw3ur
Change package name of pot from Bazaar to bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
po/bzr.pot: $(PYFILES) $(DOCFILES)
434
434
        $(PYTHON) tools/bzrgettext.py $(TRANSLATABLE_PYFILES) > po/bzr.pot
435
435
        echo $(TRANSLATABLE_PYFILES) | xargs \
436
 
          xgettext --package-name "Bazaar" \
 
436
          xgettext --package-name "bzr" \
437
437
          --msgid-bugs-address "<bazaar@canonical.com>" \
438
438
          --copyright-holder "Canonical" \
439
439
          --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \