docs: add poky.yaml to "make clean"

Message ID 20220328161311.325248-1-michael.opdenacker@bootlin.com
State New
Headers show
Series docs: add poky.yaml to "make clean" | expand

Commit Message

Michael Opdenacker March 28, 2022, 4:13 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/documentation/Makefile b/documentation/Makefile
index bec53399c0..267e6d7d04 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -44,7 +44,7 @@  PNGs := $(foreach dir, $(IMAGEDIRS), $(patsubst %.svg,%.png,$(wildcard $(SOURCED
 	$(SVG2PNG) --export-filename=$@ $<
 
 clean:
-	@rm -rf $(BUILDDIR) $(PNGs) $(PDFs)
+	@rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml
 
 epub: $(PNGs)
 	@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)