From 953935b979bb00f60bbd4d269878a8875a434337 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Wed, 24 Oct 2012 19:19:30 +0200 Subject: [PATCH] Renamed make task for building docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e80597e023..f5260bdd24 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,5 @@ test: release: python setup.py sdist upload -docs: +build_docs: sphinx-build -b html docs/ docs/_build/