aboutsummaryrefslogtreecommitdiff
path: root/demo/doit/docs/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2019-04-01 21:52:31 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2019-04-01 21:53:24 +0200
commitc8c3c9e922915b7eddc05973f6f938c6a0cbedaf (patch)
tree7b0303bfbfb41502d261f46ba351b1c324d3209c /demo/doit/docs/Makefile
parent0ebd2390a959a9562cf2096150ad6e8a24ed5ec9 (diff)
downloadee-python-c8c3c9e922915b7eddc05973f6f938c6a0cbedaf.tar.gz
ee-python-c8c3c9e922915b7eddc05973f6f938c6a0cbedaf.tar.bz2
ee-python-c8c3c9e922915b7eddc05973f6f938c6a0cbedaf.tar.xz
ee-python-c8c3c9e922915b7eddc05973f6f938c6a0cbedaf.zip
o Removing all doit code. It was a failed experiment.
Diffstat (limited to 'demo/doit/docs/Makefile')
-rw-r--r--demo/doit/docs/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/demo/doit/docs/Makefile b/demo/doit/docs/Makefile
deleted file mode 100644
index a7ef341..0000000
--- a/demo/doit/docs/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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