~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: INADA Naoki
  • Date: 2011-05-08 17:58:08 UTC
  • mto: (5830.3.4 i18n-msgfmt)
  • mto: This revision was merged to the branch mainline in revision 5873.
  • Revision ID: songofacandy@gmail.com-20110508175808-rzcv5h10vwwolr8j
Make "export-pot" hidden command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
431
431
                )
432
432
 
433
433
po/bzr.pot: $(PYFILES) $(DOCFILES)
434
 
        $(PYTHON) tools/bzrgettext.py $(TRANSLATABLE_PYFILES) > po/bzr.pot
 
434
        $(PYTHON) ./bzr export-pot > po/bzr.pot
435
435
        echo $(TRANSLATABLE_PYFILES) | xargs \
436
436
          xgettext --package-name "bzr" \
437
437
          --msgid-bugs-address "<bazaar@canonical.com>" \