|
@@ -1,6 +1,3 @@
|
|
-# Makefile for Sphinx documentation
|
|
|
|
-#
|
|
|
|
-
|
|
|
|
# You can set these variables from the command line.
|
|
# You can set these variables from the command line.
|
|
SPHINXOPTS =
|
|
SPHINXOPTS =
|
|
SPHINXBUILD = sphinx-build
|
|
SPHINXBUILD = sphinx-build
|
|
@@ -18,6 +15,7 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) ./docs/source
|
|
|
|
|
|
help:
|
|
help:
|
|
@echo "Please use \`make <target>' where <target> is one of"
|
|
@echo "Please use \`make <target>' where <target> is one of"
|
|
|
|
+ @echo " release to make a new minified release"
|
|
@echo " html to make standalone HTML files"
|
|
@echo " html to make standalone HTML files"
|
|
@echo " dirhtml to make HTML files named index.html in directories"
|
|
@echo " dirhtml to make HTML files named index.html in directories"
|
|
@echo " singlehtml to make a single large HTML file"
|
|
@echo " singlehtml to make a single large HTML file"
|
|
@@ -38,6 +36,9 @@ help:
|
|
@echo " linkcheck to check all external links for integrity"
|
|
@echo " linkcheck to check all external links for integrity"
|
|
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
|
|
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
|
|
|
|
|
|
|
|
+release:
|
|
|
|
+ r.js -o build.js
|
|
|
|
+
|
|
clean:
|
|
clean:
|
|
-rm -rf $(BUILDDIR)/*
|
|
-rm -rf $(BUILDDIR)/*
|
|
|
|
|