diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-05-04 17:38:05 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-11-15 06:05:32 -0800 |
| commit | 23affadda837f9249b1fd9e9086eac6a416e6683 (patch) | |
| tree | 47d40953f0e57b1aec01f0402095aa7891dbb86c /documentation | |
| parent | 1290dcc6e81c654b48128e17ddcd5d513f84519c (diff) | |
| download | poky-23affadda837f9249b1fd9e9086eac6a416e6683.tar.gz | |
doc/Makefile: fix epub and latexpdf targets
Fixing "make clean" followed by "make epub" or "make latexpdf"
(From yocto-docs rev: 32ee0f8da7e367655e4c54b471ee93b6ddc0895b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
(cherry picked from commit 0dac10fc3d170fb162f4df6547541071bfa7a94e)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index 580688d543..04d72592c4 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -58,9 +58,11 @@ sphinx-lint: | |||
| 58 | sphinx-lint $(SPHINXLINTDOCS) | 58 | sphinx-lint $(SPHINXLINTDOCS) |
| 59 | 59 | ||
| 60 | epub: $(PNGs) | 60 | epub: $(PNGs) |
| 61 | $(SOURCEDIR)/set_versions.py | ||
| 61 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | 62 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
| 62 | 63 | ||
| 63 | latexpdf: $(PDFs) | 64 | latexpdf: $(PDFs) |
| 65 | $(SOURCEDIR)/set_versions.py | ||
| 64 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | 66 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
| 65 | 67 | ||
| 66 | all: html epub latexpdf | 68 | all: html epub latexpdf |
