~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-02 18:48:54 UTC
  • mfrom: (2495.5.1 check-docs)
  • Revision ID: pqm@pqm.ubuntu.com-20070602184854-kwqaduxs0b19r76n
(Andrew Bennetts) 'make check' builds docs as well

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        @echo "building extension modules."
26
26
        python setup.py build_ext -i
27
27
 
28
 
check: extensions
 
28
check: docs extensions
29
29
        python -Werror ./bzr selftest -v $(tests)
30
30
        @echo "Running all tests with no locale."
31
31
        LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)