From 17de0a962fd490f9d97363de8e3aa7ab91758f03 Mon Sep 17 00:00:00 2001
From: Olivier Grisel <olivier.grisel@ensta.org>
Date: Sun, 12 Dec 2010 02:41:02 +0100
Subject: [PATCH] launch test on documentation by default when running make

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index dbec54a0e5..208a9e0f81 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ PYTHON ?= python
 NOSETESTS ?= nosetests
 CTAGS ?= ctags
 
-all: clean inplace test
+all: clean inplace test test-doc
 
 clean-pyc:
 	find . -name "*.pyc" | xargs rm -f
-- 
GitLab