diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-28 18:10:51 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-31 11:46:03 +0100 |
| commit | ecab5f36555d50ac35eaafd3b56a9a67086be77e (patch) | |
| tree | 27671ec16ba255ff322792af498db778a514b789 /documentation | |
| parent | 01d846f21b842dc1159b238a2de0c99d0e0924d1 (diff) | |
| download | poky-ecab5f36555d50ac35eaafd3b56a9a67086be77e.tar.gz | |
docs: add poky.yaml and sphinx-static/switchers.js to "make clean"
(From yocto-docs rev: 36d1be3db5f0c9c72aafdb414916ce5abc483f43)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile index bec53399c0..33bbca0bab 100644 --- a/documentation/Makefile +++ b/documentation/Makefile | |||
| @@ -44,7 +44,7 @@ PNGs := $(foreach dir, $(IMAGEDIRS), $(patsubst %.svg,%.png,$(wildcard $(SOURCED | |||
| 44 | $(SVG2PNG) --export-filename=$@ $< | 44 | $(SVG2PNG) --export-filename=$@ $< |
| 45 | 45 | ||
| 46 | clean: | 46 | clean: |
| 47 | @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) | 47 | @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js |
| 48 | 48 | ||
| 49 | epub: $(PNGs) | 49 | epub: $(PNGs) |
| 50 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) | 50 | @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) |
