diff options
| author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-10-06 13:54:00 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-06 13:54:27 +0100 |
| commit | 1fd9c4b2c0ae927df29f7a0d34c3e595bcf48e89 (patch) | |
| tree | 32ac55bfdca60dd4063f20a6e82a28fc5c85e747 /bitbake/doc | |
| parent | dd50ad91734315575131f231f91abae1777cf52a (diff) | |
| download | poky-1fd9c4b2c0ae927df29f7a0d34c3e595bcf48e89.tar.gz | |
bitbake: sphinx: rename Makefile.sphinx
Now that the DocBook files are removed, we can rename the top level
Makefile.
(Bitbake rev: a7c47f1eac8caac607a2b5f12d07235dff4d740f)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'bitbake/doc')
| -rw-r--r-- | bitbake/doc/Makefile.sphinx | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/bitbake/doc/Makefile.sphinx b/bitbake/doc/Makefile.sphinx deleted file mode 100644 index c9518558bb..0000000000 --- a/bitbake/doc/Makefile.sphinx +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | # Minimal makefile for Sphinx documentation | ||
| 2 | # | ||
| 3 | |||
| 4 | # You can set these variables from the command line, and also | ||
| 5 | # from the environment for the first two. | ||
| 6 | SPHINXOPTS ?= | ||
| 7 | SPHINXBUILD ?= sphinx-build | ||
| 8 | SOURCEDIR = . | ||
| 9 | BUILDDIR = _build | ||
| 10 | DESTDIR = final | ||
| 11 | |||
| 12 | ifeq ($(shell if which $(SPHINXBUILD) >/dev/null 2>&1; then echo 1; else echo 0; fi),0) | ||
| 13 | $(error "The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed") | ||
| 14 | endif | ||
| 15 | |||
| 16 | # Put it first so that "make" without argument is like "make help". | ||
| 17 | help: | ||
| 18 | @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
| 19 | |||
| 20 | .PHONY: help Makefile.sphinx clean publish | ||
| 21 | |||
| 22 | publish: Makefile.sphinx html singlehtml | ||
| 23 | rm -rf $(BUILDDIR)/$(DESTDIR)/ | ||
| 24 | mkdir -p $(BUILDDIR)/$(DESTDIR)/ | ||
| 25 | cp -r $(BUILDDIR)/html/* $(BUILDDIR)/$(DESTDIR)/ | ||
| 26 | cp $(BUILDDIR)/singlehtml/index.html $(BUILDDIR)/$(DESTDIR)/singleindex.html | ||
| 27 | sed -i -e 's@index.html#@singleindex.html#@g' $(BUILDDIR)/$(DESTDIR)/singleindex.html | ||
| 28 | |||
| 29 | clean: | ||
| 30 | @rm -rf $(BUILDDIR) | ||
| 31 | |||
| 32 | # Catch-all target: route all unknown targets to Sphinx using the new | ||
| 33 | # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). | ||
| 34 | %: Makefile.sphinx | ||
| 35 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | ||
