* [PATCH] documentation: Makefile: remove releases.rst in "make clean"
@ 2024-03-13 15:56 michael.opdenacker
0 siblings, 0 replies; only message in thread
From: michael.opdenacker @ 2024-03-13 15:56 UTC (permalink / raw)
To: docs; +Cc: Michael Opdenacker
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
releases.rst is generated by the set_versions.py script
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
documentation/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
$(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
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-03-13 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-13 15:56 [PATCH] documentation: Makefile: remove releases.rst in "make clean" michael.opdenacker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox