Rev 2496: (Andrew Bennetts) 'make check' builds docs as well in http://bzr.arbash-meinel.com/branches/bzr/0.17-dev/check-docs

John Arbash Meinel john at arbash-meinel.com
Wed May 30 19:40:51 BST 2007


At http://bzr.arbash-meinel.com/branches/bzr/0.17-dev/check-docs

------------------------------------------------------------
revno: 2496
revision-id: john at arbash-meinel.com-20070530184026-h7b0okqaito0oquy
parent: pqm at pqm.ubuntu.com-20070525050023-ip6kst9coq8a32z5
parent: andrew.bennetts at canonical.com-20070412130325-56c9kdg18lvpj02g
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: check-docs
timestamp: Wed 2007-05-30 13:40:26 -0500
message:
  (Andrew Bennetts) 'make check' builds docs as well
modified:
  Makefile                       Makefile-20050805140406-d96e3498bb61c5bb
    ------------------------------------------------------------
    revno: 2411.1.1
    revision-id: andrew.bennetts at canonical.com-20070412130325-56c9kdg18lvpj02g
    parent: pqm at pqm.ubuntu.com-20070412095902-nen3rbeeppe9yrz0
    committer: Andrew Bennetts <andrew.bennetts at canonical.com>
    branch nick: check-makes-docs
    timestamp: Thu 2007-04-12 23:03:25 +1000
    message:
      Make 'make check' depend on docs building without error.
-------------- next part --------------
=== modified file 'Makefile'
--- a/Makefile	2007-05-08 04:14:01 +0000
+++ b/Makefile	2007-05-30 18:40:26 +0000
@@ -25,7 +25,7 @@
 	@echo "building extension modules."
 	python setup.py build_ext -i
 
-check: extensions
+check: docs extensions
 	python -Werror ./bzr selftest -v $(tests)
 	@echo "Running all tests with no locale."
 	LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)



More information about the bazaar-commits mailing list