summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorUnicronNL <kim.sidney@gmail.com>2018-07-01 14:35:40 +0200
committerUnicronNL <kim.sidney@gmail.com>2018-07-01 14:35:40 +0200
commit16cfd78a24c4dbd4f767f535a83db682246d0bff (patch)
tree4a4f68e010c1d5af157bfe5eaa637fc736a15cc8 /docs/Makefile
downloadvyos-documentation-16cfd78a24c4dbd4f767f535a83db682246d0bff.tar.gz
vyos-documentation-16cfd78a24c4dbd4f767f535a83db682246d0bff.zip
Initial commit
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
new file mode 100644
index 00000000..6bf90e40
--- /dev/null
+++ b/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 = VyOS
+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