]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Makefile does not clean up all temporary files
authorChristian Brabandt <cb@256bit.org>
Sat, 16 Nov 2024 11:47:06 +0000 (12:47 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 16 Nov 2024 11:47:06 +0000 (12:47 +0100)
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>
runtime/doc/Makefile

index 785128e1f447847afdedf8a4ca2d941d191600b4..707b24b48f2f13aacb7c3c6b0d4338e45359d57e 100644 (file)
@@ -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