From 65b31eea454e5305514e6adb6fbb55a4acd6c926 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 13 Mar 2024 16:53:17 +0100 Subject: 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 Signed-off-by: Steve Sakoman --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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 $(SVG2PNG) --export-filename=$@ $< clean: - @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js + @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js releases.rst stylecheck: vale sync -- cgit v1.2.3-54-g00ecf