From ef75e0506d5a1fa9e85eae1eb5a1fa154961233a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 17 Feb 2020 15:27:36 -0500 Subject: Removed Makefile rule to create a ctags tags file. --- src/Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 757c51aa..676a77a6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -444,17 +444,8 @@ clean-deps: rm -rf scintilla ../lexers lua gtdialog cdk termkey win32gtk win32curses \ gtkosx $(notdir ../doc/bombay) -# Count lines of code and generate ctags. +# Count lines of code. sources = ../core ../modules/ansi_c ../modules/lua ../modules/textadept \ textadept.c Makefile ../init.lua count: $(cloc) ; perl $< $(sources) --not-match-f=tadoc.lua -ctags: - ctags -R --langdef=luax --langmap=luax:.lua --exclude="*doc*" \ - --exclude=scintilla/cocoa --exclude=scintilla/lexers \ - --exclude=scintilla/qt --exclude=scintilla/scripts \ - --exclude=scintilla/test --exclude=scintilla/win32 \ - --regex-luax="/^\s*function\s+[^[:space:]\.]*\.?([[:alnum:]_]+)\(/\1/f/" \ - --regex-luax="/^\s*local\s+function\s+([[:alnum:]_]+)\(/\1/F/" \ - --regex-luax="/^[^[:space:]\.]*\.?([[:alnum:]_]+)\s*=\s*[{]/\1/t/" \ - $(sources) scintilla gtdialog/gtdialog.c -- cgit v1.2.3