summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2011-04-25 13:23:32 +0100
committerRobin Watts <Robin.Watts@artifex.com>2011-04-25 13:23:32 +0100
commit3e168943f71418cc957290f1bf9569c0fe6c6519 (patch)
tree73b7c2e1017571ea7cd9bba03b9c99a225816a39 /Makefile
parentb86564890124c50fb711a0ce8ff42143a36c7a67 (diff)
downloadmupdf-3e168943f71418cc957290f1bf9569c0fe6c6519.tar.xz
Add 'generate' make target to make font/cmap headers.
Simple tweak to aid cross compiling.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 209fce11..6871dbe9 100644
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,8 @@ $(CMAP_HDR) : $(CMAPDUMP) | $(GEN)
$(FONT_HDR) : $(FONTDUMP) | $(GEN)
endif
+generate: $(CMAP_HDR) $(FONT_HDR)
+
$(OUT)/pdf_cmap_table.o : $(CMAP_HDR)
$(OUT)/pdf_fontfile.o : $(FONT_HDR)
$(OUT)/cmapdump.o : pdf/pdf_cmap.c pdf/pdf_cmap_parse.c