summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-03-13 16:53:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-19 15:22:27 +0000
commitdf44348f0b566487c38109ab0a79414d5b0dafa6 (patch)
tree0f15bdc7e2cabe5aa34411b4dd8d7722f4570308 /documentation
parent2b66b2f8eba7ab741dfe9cf40552ed2569d32eae (diff)
downloadpoky-df44348f0b566487c38109ab0a79414d5b0dafa6.tar.gz
documentation: Makefile: remove releases.rst in "make clean"
releases.rst is generated by the set_versions.py script (From yocto-docs rev: 4b7773f59bab2d653d07b7e06cd21745b646b604) 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 60268e955c..f3b775b3ec 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