diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-06-03 18:08:16 +0200 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2013-06-08 21:56:57 -0400 |
commit | c0ec7c4927a1a0ab0c5d52fa93b83a68d785499b (patch) | |
tree | 06b05be409ab0289f4fa28a6db1e183185af7d33 | |
parent | 9adde77a2b9c753c2bdecff74705bbf3d1b6cfc2 (diff) | |
download | mupdf-c0ec7c4927a1a0ab0c5d52fa93b83a68d785499b.tar.xz |
Add ctags make target.
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -257,6 +257,9 @@ install: $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUTOOL) # --- Clean and Default --- +tags: $(wildcard */*.h */*.c) + ctags $^ + all: all-nojs $(JSTARGETS) all-nojs: $(THIRD_LIBS) $(FITZ_LIB) $(MUVIEW) $(MUDRAW) $(MUTOOL) |