0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.0610: MS-Windows ctags file list differs from Unix

Problem:    MS-Windows ctags file list differs from Unix.
Solution:   Define TAGS_FILES in the common makefile. (partly by Ken Takata)
This commit is contained in:
Bram Moolenaar
2018-12-19 21:05:57 +01:00
parent 9d5c84a08f
commit 6dc6703295
5 changed files with 20 additions and 16 deletions

View File

@@ -1270,8 +1270,7 @@ GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
tags: notags
$(CTAGS) *.c *.cpp *.h
if exist auto\if_perl.c $(CTAGS) --append=yes auto\if_perl.c
$(CTAGS) $(TAGS_FILES)
notags:
- if exist tags del tags