enable quick build of akka-docs (html)

This commit is contained in:
Roland 2011-05-23 20:21:56 +02:00
parent cba5faf745
commit 4c4fc2f058

View file

@ -23,6 +23,12 @@ else
endif
export PYTHONPATH
ifeq (,$(QUICK))
SPHINXFLAGS = -a
else
SPHINXFLAGS =
endif
.PHONY: help clean pygments html singlehtml latex pdf
help:
@ -48,7 +54,7 @@ $(LOCALPACKAGES):
$(MAKE) pygments
html: $(LOCALPACKAGES)
$(SPHINXBUILD) -a -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
$(SPHINXBUILD) $(SPHINXFLAGS) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."