Message ID | 20220328161311.325248-1-michael.opdenacker@bootlin.com |
---|---|
State | New |
Headers | show |
Series | docs: add poky.yaml to "make clean" | expand |
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)