[elbe-devel] [PATCH 12/15] docs/Makefile: Add missing created files to target clean
Benedikt Spranger
b.spranger at linutronix.de
Thu Oct 26 15:41:10 CEST 2023
From: Anna-Maria Behnsen <anna-maria at linutronix.de>
Signed-off-by: Anna-Maria Behnsen <anna-maria at linutronix.de>
Reviewed-by: Eduard Krein <eduard.krein at linutronix.de>
---
docs/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/Makefile b/docs/Makefile
index 882d7286..9b3c8d14 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -84,10 +84,12 @@ clean:
$(RM) article*.rst elbe*.rst *.xml *.xml+ *.html *.html+ *.1 *.5 *.7
$(RM) *.texi *.texi+ *.texi++ git.info gitman.info
$(RM) *.pdf
+ $(RM) *.png
$(RM) howto-index.txt howto/*.html doc.dep
$(RM) technical/api-*.html technical/api-index.txt
$(RM) $(cmds_txt) *.made
$(RM) manpage-base-url.xsl
+ $(RM) elbe-schema-reference.txt
$(MAN_HTML): %.html : %.txt
$(RM) $@+ $@ && \
--
2.42.0
More information about the elbe-devel
mailing list