diff src/Make_all.mak @ 15201:ce92157deb4e v8.1.0610

patch 8.1.0610: MS-Windows ctags file list differs from Unix commit https://github.com/vim/vim/commit/6dc6703295362e0d4b81a3eceae6b0dd229b5d7e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 19 21:05:57 2018 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Dec 2018 21:15:05 +0100
parents 9df130fd5e0d
children 8b78878311e0
line wrap: on
line diff
--- a/src/Make_all.mak
+++ b/src/Make_all.mak
@@ -1,5 +1,5 @@
 #
-# Common Makefile, defines the list of tests to run.
+# Common Makefile, defines the list of tests to run and other things.
 #
 
 # Individual tests, including the ones part of test_alot.
@@ -210,3 +210,15 @@ NEW_TESTS = \
 	test_alot_latin \
 	test_alot_utf8 \
 	test_alot
+
+# Argument for running ctags.
+TAGS_FILES = \
+	*.c \
+	*.cpp \
+	*.h \
+	auto/*.c \
+	libvterm/src/*.c \
+	libvterm/src/*.h \
+	libvterm/include/*.h \
+	xdiff/*.c \
+	xdiff/*.h