enable quick build of akka-docs (html)
This commit is contained in:
parent
cba5faf745
commit
4c4fc2f058
1 changed files with 7 additions and 1 deletions
|
|
@ -23,6 +23,12 @@ else
|
||||||
endif
|
endif
|
||||||
export PYTHONPATH
|
export PYTHONPATH
|
||||||
|
|
||||||
|
ifeq (,$(QUICK))
|
||||||
|
SPHINXFLAGS = -a
|
||||||
|
else
|
||||||
|
SPHINXFLAGS =
|
||||||
|
endif
|
||||||
|
|
||||||
.PHONY: help clean pygments html singlehtml latex pdf
|
.PHONY: help clean pygments html singlehtml latex pdf
|
||||||
|
|
||||||
help:
|
help:
|
||||||
|
|
@ -48,7 +54,7 @@ $(LOCALPACKAGES):
|
||||||
$(MAKE) pygments
|
$(MAKE) pygments
|
||||||
|
|
||||||
html: $(LOCALPACKAGES)
|
html: $(LOCALPACKAGES)
|
||||||
$(SPHINXBUILD) -a -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
$(SPHINXBUILD) $(SPHINXFLAGS) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||||
@echo
|
@echo
|
||||||
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
|
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue