summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2016-09-22 23:43:16 +0800
committerSebastian Rasmussen <sebras@gmail.com>2016-09-22 23:43:50 +0800
commitd5f302b88925a879d1d3a760b1e0c8aeaff7159c (patch)
tree952933f7d47a2ed04b8278f77ac078df6e196ced /Makefile
parentfadb7c18fbeb3728cf5afd4cc50164b6f3f86a0a (diff)
downloadmupdf-d5f302b88925a879d1d3a760b1e0c8aeaff7159c.tar.xz
Include Java files when creating source tags.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83a2b741..f22ca880 100644
--- a/Makefile
+++ b/Makefile
@@ -392,7 +392,7 @@ tarball:
java:
$(MAKE) -C platform/java
-tags: $(shell find include source platform thirdparty -name '*.[ch]' -or -name '*.cc' -or -name '*.hh')
+tags: $(shell find include source platform thirdparty -name '*.[ch]' -or -name '*.cc' -or -name '*.hh' -or -name '*.java')
$(TAGS_CMD)
cscope.files: $(shell find include source platform -name '*.[ch]')