aboutsummaryrefslogtreecommitdiff
path: root/demo/doit/docs/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-08-05 21:16:54 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2018-08-05 21:25:40 +0200
commit497d26a2755289f1633e6e3d8291a13254e4a5b7 (patch)
tree78b2dfc6a1c0afc2b59d4819f446cff81e0af8b7 /demo/doit/docs/Makefile
parent46695e31f2535fbb0c8b0d3989fb365f8e3456ed (diff)
downloadee-python-497d26a2755289f1633e6e3d8291a13254e4a5b7.tar.gz
ee-python-497d26a2755289f1633e6e3d8291a13254e4a5b7.tar.bz2
ee-python-497d26a2755289f1633e6e3d8291a13254e4a5b7.tar.xz
ee-python-497d26a2755289f1633e6e3d8291a13254e4a5b7.zip
o Starting on some code for building reports from the project.
Diffstat (limited to 'demo/doit/docs/Makefile')
-rw-r--r--demo/doit/docs/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/demo/doit/docs/Makefile b/demo/doit/docs/Makefile
new file mode 100644
index 0000000..a7ef341
--- /dev/null
+++ b/demo/doit/docs/Makefile
@@ -0,0 +1,20 @@
+# Minimal makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line.
+SPHINXOPTS =
+SPHINXBUILD = sphinx-build
+SPHINXPROJ = Demo
+SOURCEDIR = .
+BUILDDIR = _build
+
+# Put it first so that "make" without argument is like "make help".
+help:
+ @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+
+.PHONY: help Makefile
+
+# Catch-all target: route all unknown targets to Sphinx using the new
+# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
+%: Makefile
+ @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file