[LTP] [PATCH v2 2/5] doc/Makefile: Improve clean target
Petr Vorel
pvorel@suse.cz
Thu Feb 6 16:34:32 CET 2025
Delete generated files - sync with .gitignore.
Fixes: 4a72aada87 ("New LTP documentation")
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
doc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Makefile b/doc/Makefile
index c5f60dfa1e..f5757eadc6 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -12,4 +12,4 @@ spelling:
sphinx-build -b spelling -d build/doctree . build/spelling
clean:
- rm -rf html/
+ rm -rf html/ build/ _static/syscalls.rst _static/tests.rst syscalls.tbl
--
2.47.2
More information about the ltp
mailing list