summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-03-22 16:26:44 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-03-23 15:58:47 +0100
commit36a97d6c586991066befe4c38d9bd15b917f8723 (patch)
treeabbbec53dcbe7ab8ea266d55c83feb69e1c6bdf9 /Makefile
parent805c6109967059ee2dc9574923ceb9e89cae57ef (diff)
downloadmupdf-36a97d6c586991066befe4c38d9bd15b917f8723.tar.xz
Include harfbuzz C++ files in 'make tags'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d82c3bdb..174bd9ec 100644
--- a/Makefile
+++ b/Makefile
@@ -372,7 +372,7 @@ tarball:
java:
$(MAKE) -C platform/java
-tags: $(shell find include source platform thirdparty -name '*.[ch]')
+tags: $(shell find include source platform thirdparty -name '*.[ch]' -or -name '*.cc' -or -name '*.hh')
ctags $^
cscope.files: $(shell find include source platform -name '*.[ch]')