~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jelmer Vernooij
  • Date: 2011-11-29 11:48:02 UTC
  • mto: This revision was merged to the branch mainline in revision 6325.
  • Revision ID: jelmer@samba.org-20111129114802-vtm3rm4e5brvt87f
Fix capitalization.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        # Generate a stream for PQM to watch.
44
44
        -$(RM) -f selftest.log
45
45
        echo `date` ": selftest starts" 1>&2
46
 
        $(PYTHON) -Werror -Wignore::ImportWarning -O ./bzr selftest -Oselftest.timeout=120 \
47
 
          --subunit $(tests) | tee selftest.log
 
46
        $(PYTHON) -Werror -Wignore::ImportWarning -O ./bzr selftest --subunit $(tests) | tee selftest.log
48
47
        echo `date` ": selftest ends" 1>&2
49
48
        # An empty log file should catch errors in the $(PYTHON)
50
49
        # command above (the '|' swallow any errors since 'make'
432
431
                )
433
432
 
434
433
po/bzr.pot: $(PYFILES) $(DOCFILES)
435
 
        $(PYTHON) ./bzr export-pot --include-duplicates > po/bzr.pot
 
434
        $(PYTHON) ./bzr export-pot > po/bzr.pot
436
435
        echo $(TRANSLATABLE_PYFILES) | xargs \
437
436
          xgettext --package-name "bzr" \
438
437
          --msgid-bugs-address "<bazaar@canonical.com>" \