summaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-04-17 10:36:42 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2019-04-17 10:36:42 +0100
commit95d4a1c4e8423440a290b8ab37032680f74d6b93 (patch)
tree63768f93a34d923c5e63e6d2cac117ed969c6258 /docs/Makefile
parent956fcf2544f7cbafba7ceb139fdcbd3ec2ef13fe (diff)
parentd108cd7e9652992001a116347941eda7e75b3301 (diff)
downloadframework-95d4a1c4e8423440a290b8ab37032680f74d6b93.tar.gz
framework-95d4a1c4e8423440a290b8ab37032680f74d6b93.tar.bz2
framework-95d4a1c4e8423440a290b8ab37032680f74d6b93.tar.xz
framework-95d4a1c4e8423440a290b8ab37032680f74d6b93.zip
Merge remote-tracking branch 'origin/master' into KL
Diffstat (limited to 'docs/Makefile')
-rwxr-xr-xdocs/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
new file mode 100755
index 0000000..4801716
--- /dev/null
+++ b/docs/Makefile
@@ -0,0 +1,19 @@
+# Minimal makefile for Sphinx documentation
+#
+
+# You can set these variables from the command line.
+SPHINXOPTS =
+SPHINXBUILD = sphinx-build
+SOURCEDIR = source
+BUILDDIR = docs/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