~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: John Arbash Meinel
  • Date: 2007-05-30 18:40:26 UTC
  • mfrom: (2411.1.1 check-makes-docs)
  • mto: This revision was merged to the branch mainline in revision 2504.
  • Revision ID: john@arbash-meinel.com-20070530184026-h7b0okqaito0oquy
(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)