doc: fix generation the first time livehtml runs
PR-URL: https://github.com/libuv/libuv/pull/886 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
c5c419f7c8
commit
bd0e8e82de
@ -57,7 +57,7 @@ html:
|
||||
@echo
|
||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
|
||||
|
||||
livehtml:
|
||||
livehtml: html
|
||||
$(SPHINXAUTOBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
|
||||
dirhtml:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user