summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-02-03 13:50:02 +0100
committerTor Andersson <tor.andersson@artifex.com>2015-02-05 11:20:11 +0100
commite45282fd963026b6f1a93325466a696927ad09fc (patch)
tree4d392536436095458f532b485f1534177a117578 /Makefile
parentaba57a20134e06fe8c81836ccdf9b94ad1ce2d71 (diff)
downloadmupdf-e45282fd963026b6f1a93325466a696927ad09fc.tar.xz
Fix makefile dependencies (gen_font_droid.h is no more).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b4a80c3..4652c263 100644
--- a/Makefile
+++ b/Makefile
@@ -198,7 +198,7 @@ $(GEN)/gen_font_cjk.h : $(FONT_CJK_SRC)
$(GEN)/gen_font_cjk_full.h : $(FONT_CJK_FULL_SRC)
$(QUIET_GEN) $(FONTDUMP) $@ $(FONT_CJK_FULL_SRC)
-FONT_GEN := $(GEN)/gen_font_base14.h $(GEN)/gen_font_droid.h $(GEN)/gen_font_cjk.h $(GEN)/gen_font_cjk_full.h
+FONT_GEN := $(GEN)/gen_font_base14.h $(GEN)/gen_font_cjk.h $(GEN)/gen_font_cjk_full.h
JAVASCRIPT_SRC := source/pdf/js/pdf-util.js
JAVASCRIPT_GEN := $(GEN)/gen_js_util.h