summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-02-13 15:17:54 +0000
committerRobin Watts <robin.watts@artifex.com>2012-02-13 22:13:08 +0000
commitcb322e3008dfe465035e415500a626630f916b3a (patch)
tree88553cc9f38ee58ca6b366e6c628a816bb7dd584 /Makefile
parentd4c73c65888e422f8b5d5c102ce80f4e82622bfb (diff)
downloadmupdf-cb322e3008dfe465035e415500a626630f916b3a.tar.xz
Create mudraw; mupdfdraw cloned and adapted to use fz_document
All in one command line replacement for muxpsdraw and mupdfdraw.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 273932d8..69f4164c 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ $(OUT)/cmapdump.o : pdf/pdf_cmap.c pdf/pdf_cmap_parse.c
# --- Tools and Apps ---
-PDF_APPS := $(addprefix $(OUT)/, mupdfdraw mupdfclean mupdfextract mupdfinfo mupdfshow)
+PDF_APPS := $(addprefix $(OUT)/, mudraw mupdfdraw mupdfclean mupdfextract mupdfinfo mupdfshow)
XPS_APPS := $(addprefix $(OUT)/, muxpsdraw)
$(PDF_APPS) : $(FITZ_LIB) $(THIRD_LIBS)