From 8583a45b5cba2f930cce9f0a4eb09909a1277175 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 15 Sep 2016 22:31:21 +0200 Subject: Makefile: correct path to generated docs --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62d36fc..0a5b2b9 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ distclean: clean SPHINXOPTS = -D version=$(VERSION) -D release=$(VERSION) sphinx-%: build PYTHONPATH=$(builddir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) docs build/$* - @echo Output has been generated in build/docs + @echo Output has been generated in build/$* check: build (cd $(builddir) && $(PYTHON) -m py.test . ../../docs $(TESTFLAGS)) -- cgit v1.2.1