diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-04-17 10:36:42 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2019-04-17 10:36:42 +0100 |
commit | 95d4a1c4e8423440a290b8ab37032680f74d6b93 (patch) | |
tree | 63768f93a34d923c5e63e6d2cac117ed969c6258 /docs/Makefile | |
parent | 956fcf2544f7cbafba7ceb139fdcbd3ec2ef13fe (diff) | |
parent | d108cd7e9652992001a116347941eda7e75b3301 (diff) | |
download | framework-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-x | docs/Makefile | 19 |
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 |