~debian-bazaar/bzr-rewrite/unstable

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jonathan Riddell
  • Date: 2011-09-27 11:31:51 UTC
  • mto: (24.15.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: jriddell@canonical.com-20110927113151-m6at3urwrlsl5ci9
use --plugin option with plugin name rather than command name

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
po/bzr-rewrite.pot: $(PYFILES) $(DOCFILES)
56
56
        BZR_PLUGINS_AT=rewrite@$(shell pwd) bzr export-pot \
57
 
          --plugins=rebase,rebase-abort,rebase-continue,rebase-foreign,rebase-todo \
58
 
          > po/bzr-rewrite.pot
 
57
          --plugin=rewrite > po/bzr-rewrite.pot
59
58
        echo $(TRANSLATABLE_PYFILES) | xargs \
60
59
          xgettext --package-name "bzr-rewrite" \
61
60
          --msgid-bugs-address "<bazaar@lists.canonical.com>" \