summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-03-21 16:07:45 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-03-21 16:09:22 +0100
commit56dba0cb59c2e4fff9b8b00a62c40906966f181a (patch)
tree6d2a810e82e43d139ca371133df3e5657c81ef60 /Makefile
parent04b04805e7e3e82c49817b409564fa22332dcca5 (diff)
downloadmupdf-56dba0cb59c2e4fff9b8b00a62c40906966f181a.tar.xz
Add thirdparty sources to 'tags' file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d5770d17..3d312513 100644
--- a/Makefile
+++ b/Makefile
@@ -359,7 +359,7 @@ tarball:
java:
$(MAKE) -C platform/java
-tags: $(shell find include source platform -name '*.[ch]')
+tags: $(shell find include source platform thirdparty -name '*.[ch]')
ctags $^
cscope.files: $(shell find include source platform -name '*.[ch]')