summaryrefslogtreecommitdiffstats
path: root/utils/test/testapi/docs/Makefile
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-10-30 12:28:18 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-30 12:28:18 +0000
commit0709a0bc668df263465a97adf0bf4e6ba7aa8b4c (patch)
tree66fd9ad9807f728817cec6e3627a3ef7f40abb79 /utils/test/testapi/docs/Makefile
parent68294f08d466e5e59195158556e26a098685dc5d (diff)
parent0a8fb7a8827b797aa18766b118fb2314d21027a4 (diff)
Merge "add develop guide for testapi"
Diffstat (limited to 'utils/test/testapi/docs/Makefile')
-rw-r--r--utils/test/testapi/docs/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/test/testapi/docs/Makefile b/utils/test/testapi/docs/Makefile
new file mode 100644
index 000000000..11e9eb6d8
--- /dev/null
+++ b/utils/test/testapi/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 = OPNFVTestAPI
+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