Skip to content

Commit 7583917

Browse files
committed
doc/Makefile: Improve clean target
Delete generated files - sync with .gitignore. Link: https://lore.kernel.org/ltp/[email protected]/ Fixes: 4a72aad ("New LTP documentation") Acked-by: Andrea Cervesato <[email protected]> Signed-off-by: Petr Vorel <[email protected]>
1 parent 0cca9fe commit 7583917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ spelling:
1515
sphinx-build -b spelling -d build/doctree . build/spelling
1616

1717
clean:
18-
rm -rf html/
18+
rm -rf html/ build/ _static/syscalls.rst _static/tests.rst syscalls.tbl

0 commit comments

Comments
 (0)