Skip to content

Commit 8583a45

Browse files
authored
Makefile: correct path to generated docs
1 parent 2e3512c commit 8583a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ distclean: clean
3333
SPHINXOPTS = -D version=$(VERSION) -D release=$(VERSION)
3434
sphinx-%: build
3535
PYTHONPATH=$(builddir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) docs build/$*
36-
@echo Output has been generated in build/docs
36+
@echo Output has been generated in build/$*
3737

3838
check: build
3939
(cd $(builddir) && $(PYTHON) -m py.test . ../../docs $(TESTFLAGS))

0 commit comments

Comments
 (0)