diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-12-28 16:51:07 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-12-29 12:03:57 +0100 |
commit | 1fba60d9b84ee2f43cec4a2b2f11fa486f60d3ba (patch) | |
tree | aa15836f1a2158cfe9877430692b5c889cf42008 /docs/Makefile | |
parent | 0a52aafc5eee406f0eda0f5ca43152317ed3f659 (diff) | |
download | vyos-build-1fba60d9b84ee2f43cec4a2b2f11fa486f60d3ba.tar.gz vyos-build-1fba60d9b84ee2f43cec4a2b2f11fa486f60d3ba.zip |
Docs: Remove old Sphinx approach and link to new one
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/Makefile b/docs/Makefile deleted file mode 100644 index 888d6120..00000000 --- a/docs/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Minimal makefile for Sphinx documentation -# - -# You can set these variables from the command line. -SPHINXOPTS = -SPHINXBUILD = sphinx-build -SPHINXPROJ = Buildiso -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 |