summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-03-13 16:53:17 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-28 07:08:30 -1000
commit65b31eea454e5305514e6adb6fbb55a4acd6c926 (patch)
treea5ffd2a4783922762690dc3144d5b8a7a00ef84e
parent147b92723abacf124a71d4abcded5f7bbd6330a2 (diff)
downloadpoky-65b31eea454e5305514e6adb6fbb55a4acd6c926.tar.gz
documentation: Makefile: remove releases.rst in "make clean"
releases.rst is generated by the set_versions.py script (From yocto-docs rev: 6a9aea1d4db67da095c81bc606f102aacfc436d2) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 804a7dd94c..c930d2d280 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -47,7 +47,7 @@ PNGs := $(foreach dir, $(IMAGEDIRS), $(patsubst %.svg,%.png,$(wildcard $(SOURCED
47 $(SVG2PNG) --export-filename=$@ $< 47 $(SVG2PNG) --export-filename=$@ $<
48 48
49clean: 49clean:
50 @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js 50 @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js releases.rst
51 51
52stylecheck: 52stylecheck:
53 vale sync 53 vale sync