~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

(jelmer) Skip tests that require an inventory when run against a WorkingTree
 that is not inventory based. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
        $(PYTHON) tools/win32/ostools.py remove dist
421
421
 
422
422
 
423
 
# i18n targets
424
 
 
425
 
.PHONY: update-pot po/bzr.pot
426
 
update-pot: po/bzr.pot
427
 
 
428
 
TRANSLATABLE_PYFILES:=$(shell find bzrlib -name '*.py' \
429
 
                | grep -v 'bzrlib/tests/' \
430
 
                | grep -v 'bzrlib/doc' \
431
 
                )
432
 
 
433
 
po/bzr.pot: $(PYFILES) $(DOCFILES)
434
 
        $(PYTHON) ./bzr export-pot > po/bzr.pot
435
 
        echo $(TRANSLATABLE_PYFILES) | xargs \
436
 
          xgettext --package-name "bzr" \
437
 
          --msgid-bugs-address "<bazaar@canonical.com>" \
438
 
          --copyright-holder "Canonical" \
439
 
          --from-code ISO-8859-1 --join --sort-by-file --add-comments=i18n: \
440
 
          -d bzr -p po -o bzr.pot
441
 
 
442
 
 
443
423
### Packaging Targets ###
444
424
 
445
425
.PHONY: dist check-dist-tarball