From: Christian Brabandt Date: Sat, 16 Nov 2024 11:47:06 +0000 (+0100) Subject: runtime(doc): Makefile does not clean up all temporary files X-Git-Tag: v9.1.0868~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deda23f850ae384706f3f071366e5849498e6a76;p=thirdparty%2Fvim.git 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 --- diff --git a/runtime/doc/Makefile b/runtime/doc/Makefile index 785128e1f4..707b24b48f 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