runtime(doc): Makefile does not clean up all temporary files Commit: https://github.com/vim/vim/commit/deda23f850ae384706f3f071366e5849498e6a76 Author: Christian Brabandt <c...@256bit.org> Date: Sat Nov 16 12:47:06 2024 +0100
runtime(doc): Makefile does not clean up all temporary files Also remove (automatically generated) tags-* (made by make vimtags) and vim-stylesheet.css (which is produced by vim2html.pl). related: #16061 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 785128e1f..707b24b48 100644 --- a/runtime/doc/Makefile +++ b/runtime/doc/Makefile @@ -93,7 +93,7 @@ test_urls: $(VIMPROG) --clean -S test_urls.vim clean: - -rm -f doctags *.html tags.ref + -rm -f doctags *.html tags.ref tags-* vim-stylesheet.css # These files are in the extra archive, skip if not present -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1tCHTC-0097Xi-00%40256bit.org.