0
0
mirror of https://github.com/vim/vim.git synced 2025-10-30 09:47:20 -04:00

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 <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2024-11-16 12:47:06 +01:00
parent 5c66e23c62
commit deda23f850

View File

@@ -93,7 +93,7 @@ test_urls:
$(VIMPROG) --clean -S test_urls.vim $(VIMPROG) --clean -S test_urls.vim
clean: 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 # These files are in the extra archive, skip if not present