summaryrefslogtreecommitdiffstats
path: root/nokiav2/docs/Makefile
diff options
context:
space:
mode:
authorYan Yang <yangyanyj@chinamobile.com>2018-03-01 02:14:28 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-01 02:14:28 +0000
commitfb84e01fe22a1cb0ae4778a38f01ce13e85c06d6 (patch)
treeec8a9bdddc867eeff26492bd8c2c3cce7d9f894e /nokiav2/docs/Makefile
parent37740765e55b70eae2fc46c4968f01d86bb9dbee (diff)
parentb17042b955489d8a023d09abad5436ff9b900dc3 (diff)
Merge "Updating Nokia driver"
Diffstat (limited to 'nokiav2/docs/Makefile')
-rw-r--r--nokiav2/docs/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/nokiav2/docs/Makefile b/nokiav2/docs/Makefile
new file mode 100644
index 00000000..d05caa83
--- /dev/null
+++ b/nokiav2/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 = NokiaSVNFMdocumentation
+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