aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-09-19 11:55:13 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-09-19 11:55:13 -0400
commit1599d1a49b2fa23a2babfec23e78c17f079558e9 (patch)
treef991ecb8bf8958cb756b7acac8f7b9d73958bc48 /src
parentae831a932bb7e1de04f0304d68971f3899bdd524 (diff)
Do not consider theme files as countable lines of code.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 15a70d8a..f19ab3ca 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -446,7 +446,7 @@ clean-deps:
# Count lines of code and generate ctags.
sources = ../core ../modules/ansi_c ../modules/lua ../modules/textadept \
- ../themes textadept.c Makefile ../init.lua
+ textadept.c Makefile ../init.lua
count: $(cloc) ; perl $< $(sources) --not-match-f=tadoc.lua
ctags:
ctags -R --langdef=luax --langmap=luax:.lua --exclude="*doc*" \