~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: INADA Naoki
  • Date: 2011-05-05 17:24:00 UTC
  • mfrom: (5830.2.5 i18n-msgextract)
  • mto: This revision was merged to the branch mainline in revision 5891.
  • Revision ID: songofacandy@gmail.com-20110505172400-ykxzegd8bo77nogo
mergeĀ fromĀ i18n-msgextract

Show diffs side-by-side

added added

removed removed

Lines of Context:
425
425
.PHONY: update-pot po/bzr.pot
426
426
update-pot: po/bzr.pot
427
427
 
428
 
PYFILES:=$(shell find bzrlib -name '*.py')
 
428
PYFILES:=$(shell find bzrlib -name '*.py' | grep -v '/tests/')
429
429
 
430
430
po/bzr.pot: $(PYFILES) $(DOCFILES)
431
 
        $(PYTHON) tools/bzrgettext bzrlib/*.py \
 
431
        $(PYTHON) tools/bzrgettext.py bzrlib/*.py \
432
432
          bzrlib/plugins/*.py \
433
433
          > po/bzr.pot
434
434
        echo $(PYFILES) | xargs \