Skip to content

Commit deda23f

Browse files
committed
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>
1 parent 5c66e23 commit deda23f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ test_urls:
9393
$(VIMPROG) --clean -S test_urls.vim
9494

9595
clean:
96-
-rm -f doctags *.html tags.ref
96+
-rm -f doctags *.html tags.ref tags-* vim-stylesheet.css
9797

9898
# These files are in the extra archive, skip if not present
9999

0 commit comments

Comments
 (0)